Search
IGraphics.SetClip Method (IGraphicsPath, CombineMode)
See Also
 





Sets the clipping region of this IGraphics object to the result of the specified operation combining the current clip region and the specified GraphicsPath object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void SetClip (
    IGraphicsPath path,
    CombineMode mode
)

Visual Basic  Copy Code

Sub SetClip( _
    path As IGraphicsPath, _
    mode As CombineMode _
)

 Parameters

path
A GraphicsPath object to combine.
mode

Member of the CombineMode enumeration that specifies the combining operation to use.

 See Also