Initializes a new instance of the ZoomSliderScale class.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public ZoomSliderScale( double minZoom, double maxZoom, int minSlider, int maxSlider ) |
Visual Basic |
---|
Public Sub New ( _ minZoom As Double, _ maxZoom As Double, _ minSlider As Integer, _ maxSlider As Integer _ ) |
Parameters
- minZoom
- Type: System..::..Double
Minimum allowed zoom factor (must be less than 1; 1 means no zoom).
- maxZoom
- Type: System..::..Double
Maximum allowed zoom factor (must be greater than 1; 1 means no zoom).
- minSlider
- Type: System..::..Int32
Minimum possible slider value.
- maxSlider
- Type: System..::..Int32
Maximum possible slider value.