'宣言 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
- 変換するスライダ値。
戻り値の型
ズーム係数(1 はズームなしを意味します)。