Click or drag to resize

PathData Methods

The PathData type exposes the following members.

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