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[]: Gets or sets an array of PointF structures that represents the points through which the path is constructed.

Types

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

Last updated

Was this helpful?