PrintDocument for WinForms
ZoomSliderScale クラス
メンバ 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : ZoomSliderScale クラス
A helper class that allows to use a slider control for a zoom factor value, placing zoom factor 1 (no zoom) in the middle of the slider control.
オブジェクト モデル
ZoomSliderScale クラス
シンタックス
'宣言
 
Public Class ZoomSliderScale 
'使用法
 
Dim instance As ZoomSliderScale
public class ZoomSliderScale 
解説
Consider a 2cm long slider used to set zoom values in the range from 0.1 to 10 (i.e. from 10% to 1000%). Using ZoomSliderScale, the first centimeter of the slider will correspond to zoom values from 10% to 100%, and the second centimeter will correspond to zoom values from 100% to 1000. On the other hand if a simple linear slider were used, all zoom values between 10 and 100% would have been squeezed into the first two millimeters of the slider, making it very hard to set those values.
継承階層

System.Object
   C1.C1Preview.ZoomSliderScale

参照

ZoomSliderScale メンバ
C1.C1Preview 名前空間