2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChartStyle Class / GetInnermostRect Method
The initial rectangle area.

In This Topic
    GetInnermostRect Method
    In This Topic
    Calculates the inside area of a rectangle excluding margins, border, and padding.
    Syntax
    'Declaration
     
    Public Function GetInnermostRect( _
       ByVal r As System.Drawing.Rectangle _
    ) As System.Drawing.Rectangle
    public System.Drawing.Rectangle GetInnermostRect( 
       System.Drawing.Rectangle r
    )

    Parameters

    r
    The initial rectangle area.

    Return Value

    The inner rectangle.
    See Also