CmxPathPointSpec

CmxPathPointSpec class

Represents geometric info specified for a path point.

public class CmxPathPointSpec

Constructors

NameDescription
CmxPathPointSpec()The default constructor.

Properties

NameDescription
BezierOrder { get; set; }Gets or sets the bezier order.
IsClosedPath { get; set; }Gets or sets a value indicating whether this point closes its path.
JumpType { get; set; }Gets or sets the type of the jump.
X { get; set; }Gets or sets the X coordinate of the point. Measures in common document distance units.
Y { get; set; }Gets or sets the Y coordinate of the point. Measures in common document distance units.

Methods

NameDescription
override Equals(object)Check if objects are equal.
override GetHashCode()Get hash code of the current object.
override ToString()Returns a String that represents this instance.

See Also