Search
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
Package: 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