PrintDocument for WinForms
ZoomSliderScale コンストラクタ


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > ZoomSliderScale クラス : ZoomSliderScale コンストラクタ
Minimum allowed zoom factor (must be less than 1; 1 means no zoom).
Maximum allowed zoom factor (must be greater than 1; 1 means no zoom).
Minimum possible slider value.
Maximum possible slider value.
Initializes a new instance of the ZoomSliderScale class.
シンタックス
'宣言
 
Public Function New( _
   ByVal minZoom As System.Double, _
   ByVal maxZoom As System.Double, _
   ByVal minSlider As System.Integer, _
   ByVal maxSlider As System.Integer _
)
'使用法
 
Dim minZoom As System.Double
Dim maxZoom As System.Double
Dim minSlider As System.Integer
Dim maxSlider As System.Integer
 
Dim instance As New ZoomSliderScale(minZoom, maxZoom, minSlider, maxSlider)
public ZoomSliderScale( 
   System.double minZoom,
   System.double maxZoom,
   System.int minSlider,
   System.int maxSlider
)

パラメータ

minZoom
Minimum allowed zoom factor (must be less than 1; 1 means no zoom).
maxZoom
Maximum allowed zoom factor (must be greater than 1; 1 means no zoom).
minSlider
Minimum possible slider value.
maxSlider
Maximum possible slider value.
参照

ZoomSliderScale クラス
ZoomSliderScale メンバ