Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ZoomSliderScale Class / ZoomSliderScale Constructor
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.

In This Topic
    ZoomSliderScale Constructor
    In This Topic
    Initializes a new instance of the ZoomSliderScale class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal minZoom As Double, _
       ByVal maxZoom As Double, _
       ByVal minSlider As Integer, _
       ByVal maxSlider As Integer _
    )
    public ZoomSliderScale( 
       double minZoom,
       double maxZoom,
       int minSlider,
       int maxSlider
    )

    Parameters

    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.
    See Also