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

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

    Parameters

    control
    The specified control.

    Return Value

    The rectangle of viewable area of the control.
    See Also