ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase Namespace / baseChart 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 control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.
    Syntax
    'Declaration
     
    Public Overloads Shadows Sub Invalidate( _
       ByVal r As System.Drawing.Rectangle _
    ) 
    public new void Invalidate( 
       System.Drawing.Rectangle r
    )

    Parameters

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