Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ZoomSliderScale Class / ZoomFactor Method
The slider value to convert.

In This Topic
    ZoomFactor Method
    In This Topic
    Converts a slider value to the corresponding zoom factor.
    Syntax
    'Declaration
     
    Public Function ZoomFactor( _
       ByVal sliderValue As Integer _
    ) As Double
    public double ZoomFactor( 
       int sliderValue
    )

    Parameters

    sliderValue
    The slider value to convert.

    Return Value

    The zoom factor (1 means no zoom).
    See Also