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