TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ZoomBoundsInfo Class / CurrentBounds Property

In This Topic
    CurrentBounds Property (ZoomBoundsInfo)
    In This Topic
    Gets the current bounds that provided by C1Zoom.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CurrentBounds As Rectangle
    public Rectangle CurrentBounds {get;}

    Property Value

    The current bounds that provided by C1Zoom.
    See Also