ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase Namespace / baseChartRect Class / Invalidate Method / Invalidate(Rectangle) Method
A rectangle that represents the region to invalidate.

In This Topic
    Invalidate(Rectangle) Method
    In This Topic
    Invalidates the specified region of the chart area and causes to be redrawn.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Invalidate( _
       ByVal r As System.Drawing.Rectangle _
    ) 
    public virtual void Invalidate( 
       System.Drawing.Rectangle r
    )

    Parameters

    r
    A rectangle that represents the region to invalidate.
    See Also