Sets the clipping assigned by the Path.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public virtual void ClipPath(
	GraphicsPath path
)
Visual Basic (Declaration)
Public Overridable Sub ClipPath ( _
	path As GraphicsPath _
)
Visual C++
public:
virtual void ClipPath(
	GraphicsPath^ path
)

See Also