Draw(GcGraphics,Pen) Method
In This Topic
Draws a path defined by points and types.
Syntax
'Declaration
Public Overloads Sub Draw( _
ByVal As GrapeCity.Documents.Drawing.GcGraphics, _
ByVal As GrapeCity.Documents.Drawing.Pen _
)
public void Draw(
GrapeCity.Documents.Drawing.GcGraphics ,
GrapeCity.Documents.Drawing.Pen
)
Parameters
- graphics
- The graphics for drawing and filling.
- pen
- The GrapeCity.Documents.Drawing.Pen used to stroke the specified path.
See Also