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