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