'宣言 Public Function ZoomFactor( _ ByVal sliderValue As System.Integer _ ) As System.Double
public System.double ZoomFactor( System.int sliderValue )
パラメータ
- sliderValue
- 変換するスライダ値。
戻り値の型
ズーム係数(1 はズームなしを意味します)。
'宣言 Public Function ZoomFactor( _ ByVal sliderValue As System.Integer _ ) As System.Double
public System.double ZoomFactor( System.int sliderValue )