[]
Converts a zoom factor to the corresponding slider value.
public int SliderValue(double zoomFactor)
Public Function SliderValue(zoomFactor As Double) As Integer
| Type | Name | Description |
|---|---|---|
| double | zoomFactor | The zoom factor to convert (1 means no zoom). |
| Type | Description |
|---|---|
| int | The slider value. |