WebPlanner Programmer's Guide

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
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract void ExcludeClip (
    Region region
)

Visual Basic  Copy Code

Public MustOverride Sub ExcludeClip ( _
    region As Region _
)

 Parameters

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

 See Also