PathData Class |
Namespace: pdftron.PDF
public sealed class PathData
The PathData type exposes the following members.
Name | Description | |
---|---|---|
PathData | Create empty path data object.
| |
PathData(Boolean, Byte, Double) | Initializes a new instance of the PathData class |
Name | Description | |
---|---|---|
defined | If PathData was acquired from Font.GetGlyphPath then this
indicates if this is an 'undefined character code'. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
get_ops | Gets this path's Array of path segment types.
| |
get_pts | Gets the Array of points stored.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
set_ops | Overwrite the existing operators.
| |
set_pts | Overwrite the existing data points.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |