'宣言 Public Function ZoomFactor( _ ByVal sliderValue As System.Integer _ ) As System.Double
'使用法 Dim instance As ZoomSliderScale Dim sliderValue As System.Integer Dim value As System.Double value = instance.ZoomFactor(sliderValue)
public System.double ZoomFactor( System.int sliderValue )
パラメータ
- sliderValue
- The slider value to convert.
戻り値の型
The zoom factor (1 means no zoom).