TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ZoomBoundsInfo Class / Zoom Method / Zoom(Int32) Method
The System.Int32 value need to zoom.

In This Topic
    Zoom(Int32) Method
    In This Topic
    Zooms the specified current value.
    Syntax
    'Declaration
     
    
    Public Overloads Function Zoom( _
       ByVal currentValue As Integer _
    ) As Integer
    public int Zoom( 
       int currentValue
    )

    Parameters

    currentValue
    The System.Int32 value need to zoom.

    Return Value

    A System.Int32 value that represents the zoomed value.
    See Also