Version

Draw(PaintElement,GraphicsPath) Method

Renders the given GraphicsPath object to the graphics, using the given PaintElement for the brush and stroke.
Syntax
'Declaration
 
Public Overloads Sub Draw( _
   ByVal PE As PaintElement, _
   ByVal gpath As GraphicsPath _
) 
public void Draw( 
   PaintElement PE,
   GraphicsPath gpath
)

Parameters

PE
The PaintElement to use for drawing and filling the given GraphicsPath.
gpath
The GraphicsPath to render.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also