Draws the interior of the GraphicsPath object.
    Namespace: 
   PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public abstract void DrawGraphicsPath( Stroke stroke, GraphicsPath path )  | 
| Visual Basic (Declaration) | 
|---|
Public MustOverride Sub DrawGraphicsPath ( _ stroke As Stroke, _ path As GraphicsPath _ )  | 
| Visual C++ | 
|---|
public: virtual void DrawGraphicsPath( Stroke^ stroke, GraphicsPath^ path ) abstract  | 
Parameters
- stroke
 - Type: PerpetuumSoft.Framework.Drawing..::.Stroke