TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ZoomBoundsInfo Class / Zoom Method / Zoom(RectangleF) Method
The current rectangle.

In This Topic
    Zoom(RectangleF) Method
    In This Topic
    Zooms the specified current rectangle.
    Syntax
    'Declaration
     
    
    Public Overloads Function Zoom( _
       ByVal currentRectangle As RectangleF _
    ) As RectangleF

    Parameters

    currentRectangle
    The current rectangle.

    Return Value

    A System.Drawing.RectangleF value that represents the zoomed result.
    See Also