Click or drag to resize

PathData Class

Contains the information required to draw the path. Contains an Array of PathSegmentType Operators and corresponding path data Points. A point may be on or off (off points are control points). The meaning of a point depends on associated id (or segment type) in the path segment type Array.
Inheritance Hierarchy
SystemObject
  pdftron.PDFPathData

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class PathData

The PathData type exposes the following members.

Constructors
Properties
  NameDescription
Public propertydefined
If PathData was acquired from Font.GetGlyphPath then this indicates if this is an 'undefined character code'.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodget_ops
Gets this path's Array of path segment types.
Public methodget_pts
Gets the Array of points stored.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodset_ops
Overwrite the existing operators.
Public methodset_pts
Overwrite the existing data points.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also