This topic has not yet been rated - Rate this topic

GraphicsPath Constructor

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
Public method GraphicsPath() Initializes a new instance of the GraphicsPath class with a FillMode value of Alternate.
Public method GraphicsPath(FillMode) Initializes a new instance of the GraphicsPath class with the specified FillMode enumeration.
Public method GraphicsPath(Point[], Byte[]) Initializes a new instance of the GraphicsPath class with the specified PathPointType and Point arrays.
Public method GraphicsPath(PointF[], Byte[]) Initializes a new instance of the GraphicsPath array with the specified PathPointType and PointF arrays.
Public method 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.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.