Skip to main content

PathData

Namespace: System.Drawing.Drawing2D

Assembly: System.Drawing.Managed (4.0.0.0)

Contains the graphical data that makes up a GraphicsPath object. This class cannot be inherited.

public class PathData

Constructors​

Instance member PathData()​

Initializes a new instance of the PathData class.

Properties​

Instance member Points​

PointF[]: Gets or sets an array of PointF structures that represents the points through which the path is constructed.

Instance member Types​

Byte[]: Gets or sets the types of the corresponding points in the path.