Charting for WinForms Programmer's Guide
GdiGraphics.SetClip Method (GraphicsPath, CombineMode)
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void SetClip (
    GraphicsPath path,
    CombineMode combineMode
)

Visual Basic  Copy Code

Public Overridable Sub SetClip( _
    path As GraphicsPath, _
    combineMode As CombineMode _
)

 Parameters

path
A .NET GraphicsPath object to combine.
combineMode
Member of the .NET CombineMode enumeration that specifies the combining operation to use.

 See Also

SetClip Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace