CmxPathSpec

CmxPathSpec class

Represents geometric info specified for a path.

public class CmxPathSpec : ICmxObjectSpec

Constructors

NameDescription
CmxPathSpec()The default constructor.

Properties

NameDescription
Points { get; set; }Gets or sets the points.
Type { get; set; }Gets or sets the type.

Methods

NameDescription
override Equals(object)Check if objects are equal.
override GetHashCode()Get the hash code of the current object.

See Also