PrintDocument for WinForms
ZoomFactor メソッド (ZoomSliderScale)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > ZoomSliderScale クラス : ZoomFactor メソッド
The slider value to convert.
Converts a slider value to the corresponding zoom factor.
シンタックス
'宣言
 
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).
参照

ZoomSliderScale クラス
ZoomSliderScale メンバ