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
Public Class PathData
Initializes a new instance of PathData.
PointF[]arrow-up-right: Gets or sets an array of PointFarrow-up-right structures that represents the points through which the path is constructed.
Byte[]arrow-up-right: Gets or sets the types of the corresponding points in the path.
Last updated 2 months ago
Was this helpful?