GraphicsPath Constructor
.NET Framework 4.5
Initializes a new instance of the GraphicsPath class with a FillMode enumeration of Alternate.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GraphicsPath() | Initializes a new instance of the GraphicsPath class with a FillMode value of Alternate. |
|
GraphicsPath(FillMode) | Initializes a new instance of the GraphicsPath class with the specified FillMode enumeration. |
|
GraphicsPath(Point[], Byte[]) | Initializes a new instance of the GraphicsPath class with the specified PathPointType and Point arrays. |
|
GraphicsPath(PointF[], Byte[]) | Initializes a new instance of the GraphicsPath array with the specified PathPointType and PointF arrays. |
|
GraphicsPath(Point[], Byte[], FillMode) | Initializes a new instance of the GraphicsPath class with the specified PathPointType and Point arrays and with the specified FillMode enumeration element. |
|
GraphicsPath(PointF[], Byte[], FillMode) | Initializes a new instance of the GraphicsPath array with the specified PathPointType and PointF arrays and with the specified FillMode enumeration element. |