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