Fills the interior of the GraphicsPath object.

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

Syntax

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

See Also