PathData

System.Drawing.Drawing2D.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

PathData()

Initializes a new instance of PathData.

Properties

Points

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

Types

Byte[]arrow-up-right: Gets or sets the types of the corresponding points in the path.

Last updated

Was this helpful?