GoDiagram Win Reference
DrawPath Method (GoPdfGenerator)

The pen with which to draw the path
The brush with which to draw the path
The path to draw
Draws a GraphicsPath object.
Syntax
'Declaration
 
Public Sub DrawPath( _
   ByVal pen As Pen, _
   ByVal brush As Brush, _
   ByVal path As GraphicsPath _
) 
public void DrawPath( 
   Pen pen,
   Brush brush,
   GraphicsPath path
)

Parameters

pen
The pen with which to draw the path
brush
The brush with which to draw the path
path
The path to draw
Requirements

Target Platforms: 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

Reference

GoPdfGenerator Class
GoPdfGenerator Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback