Class PathData
PathData class
Contains the graphical data that makes up a GraphicsPath object. This class cannot be inherited.
public sealed class PathData
Constructors
| Name | Description | 
|---|---|
| PathData() | The default constructor. | 
Properties
| Name | Description | 
|---|---|
| Points { get; set; } | Gets or sets an array of PointF structures that represents the points through which the path is constructed. | 
| Types { get; set; } | Gets or sets the types of the corresponding points in the path. | 
See Also
- namespace Aspose.Drawing.Drawing2D
- assembly Aspose.Drawing.Common