Fills the interior of the GraphicsPath object.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: 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 ) |
Parameters
- fill
- Type: PerpetuumSoft.Framework.Drawing..::.Fill