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

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

    Parameters

    currentRectangle
    The current rectangle.

    Return Value

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