Charting for WinForms Programmer's Guide
GdiGraphics.ExcludeClip Method (Rectangle)
See Also
 






Updates the clip region of this GdiGraphics object to exclude the area specified by a Rectangle structure.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void ExcludeClip (
    Rectangle rect
)

Visual Basic  Copy Code

Public Overridable Sub ExcludeClip( _
    rect As Rectangle _
)

 Parameters

rect
A .NET Rectangle structure that specifies the rectangle to exclude from the clip region.

 See Also

ExcludeClip Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace