Search
IGraphics.ExcludeClip Method (Region)
See Also
 





Updates the clip region of this IGraphics object to exclude the area specified by a Region object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void ExcludeClip (
    Region region
)

Visual Basic  Copy Code

Sub ExcludeClip( _
    region As Region _
)

 Parameters

region
A .NET Region object that specifies the region to exclude from the clip region.

 See Also