ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Interaction Namespace / LineMarker Class / GetVisibleRect Method
The specified control.

In This Topic
    GetVisibleRect Method
    In This Topic
    Gets the viewable area of the control.
    Syntax
    'Declaration
     
    Public Shared Function GetVisibleRect( _
       ByVal control As Control _
    ) As Rectangle
    public static Rectangle GetVisibleRect( 
       Control control
    )

    Parameters

    control
    The specified control.

    Return Value

    The rectangle of viewable area of the control.
    See Also