Graphics.DrawPath
Graphics.DrawPath method
Draws a GraphicsPath.
public void DrawPath(Pen pen, GraphicsPath path)
Parameter | Type | Description |
---|---|---|
pen | Pen | Pen that determines the color, width, and style of the path. |
path | GraphicsPath | GraphicsPath to draw. |
See Also
- class Pen
- class GraphicsPath
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing