GraphicsPath Constructors
A sequence of connected lines and curves that can be filled or outlined.| Name | Parameters | Description |
|---|---|---|
| GraphicsPath(PointF) | startPoint | Initializes a new instance of the GraphicsPath class with specified settings. |
| GraphicsPath(Single, Single) | startPointX, startPointY | Initializes a new instance of the GraphicsPath class with specified settings. |
See Also