[]
Draws a path defined by points and types.
[CLSCompliant(false)]
public void Draw(GcGraphics graphics, Pen pen)
Type | Name | Description |
---|---|---|
GcGraphics | graphics | The graphics for drawing and filling. |
Pen | pen | The GrapeCity.Documents.Drawing.Pen used to stroke the specified path. |
Draws ans fills a path defined by points and types.
public void Draw(IRendering rendering)
Type | Name | Description |
---|---|---|
IRendering | rendering | The IRendering interface (instead graphics). |