Class CmxPathSpec
- Namespace
- Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs
- Assembly
- Aspose.Imaging.dll
Represents geometric info specified for a path.
public class CmxPathSpec : ICmxObjectSpec
- Inheritance
-
CmxPathSpec
- Implements
- Derived
- Inherited Members
Constructors
CmxPathSpec()
public CmxPathSpec()
Properties
Points
Gets or sets the points.
public CmxPathPointSpec[] Points { get; set; }
Property Value
- CmxPathPointSpec[]
The points.
Type
Gets or sets the type.
public int Type { get; set; }
Property Value
- int
The type.
Methods
Equals(CmxPathSpec)
Check if objects are equal.
protected bool Equals(CmxPathSpec other)
Parameters
other
CmxPathSpecThe other object.
Returns
- bool
The equality comparison result.
Equals(object)
Check if objects are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe other object.
Returns
- bool
The equality comparison result.
GetHashCode()
Get the hash code of the current object.
public override int GetHashCode()
Returns
- int
The hash code.