Fills the region assigned by the Path.

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

Syntax

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

See Also