GraphicsPath Constructor
Initializes a new instance of the GraphicsPath class with a FillMode enumeration of Alternate.
Assembly: System.Drawing (in System.Drawing.dll)
| 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(array<Point>^, array<Byte>^) | Initializes a new instance of the GraphicsPath class with the specified PathPointType and Point arrays. |
![]() | GraphicsPath(array<Point>^, array<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(array<PointF>^, array<Byte>^) | Initializes a new instance of the GraphicsPath array with the specified PathPointType and PointF arrays. |
![]() | GraphicsPath(array<PointF>^, array<Byte>^, FillMode) | Initializes a new instance of the GraphicsPath array with the specified PathPointType and PointF arrays and with the specified FillMode enumeration element. |
