Draws 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 void DrawGraphicsPath(
	Color color,
	GraphicsPath path
)
Visual Basic (Declaration)
Public Sub DrawGraphicsPath ( _
	color As Color, _
	path As GraphicsPath _
)
Visual C++
public:
void DrawGraphicsPath(
	Color color, 
	GraphicsPath^ path
)

See Also