Fills the region assigned by the Path.
    Namespace: 
   PerpetuumSoft.Framework.DrawingAssembly: 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  | 
Parameters
- fill
 - Type: PerpetuumSoft.Framework.Drawing..::.Fill
 
- fillRect
 - Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle