Search
IGraphics.SetClip Method (IGraphicsPath)
See Also
 





Sets the clipping region of this IGraphics object to the specified GraphicsPath object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void SetClip (
    IGraphicsPath path
)

Visual Basic  Copy Code

Sub SetClip( _
    path As IGraphicsPath _
)

 Parameters

path
A GraphicsPath object that represents the new clip region.

 See Also