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.
- C#
- VB.NET
public class PathData
Public Class PathData
Constructors
PathData()
Initializes a new instance of the PathData class.
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.