MindFusion.Charting for WebForms Programmer's Guide
IGraphics.SetClip Method (GraphicsPath)
See Also
 



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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void SetClip (
    GraphicsPath path
)

Visual Basic  Copy Code

Sub SetClip( _
    path As GraphicsPath _
)

 Parameters

path
A .NET GraphicsPath object that represents the new clip region.

 See Also

SetClip Method Overload List
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace