Class CmxPathPointSpec
Namespace: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs
Assembly: Aspose.Imaging.dll (25.2.0)
Represents geometric info specified for a path point.
public class CmxPathPointSpec
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CmxPathPointSpec()
public CmxPathPointSpec()
Properties
BezierOrder
Gets or sets the bezier order.
public int BezierOrder { get; set; }
Property Value
IsClosedPath
Gets or sets a value indicating whether this point closes its path.
public bool IsClosedPath { get; set; }
Property Value
JumpType
Gets or sets the type of the jump.
public PathJumpTypes JumpType { get; set; }
Property Value
X
Gets or sets the X coordinate of the point. Measures in common document distance units.
public float X { get; set; }
Property Value
Y
Gets or sets the Y coordinate of the point. Measures in common document distance units.
public float Y { get; set; }
Property Value
Methods
Equals(CmxPathPointSpec)
Check if objects are equal.
protected bool Equals(CmxPathPointSpec other)
Parameters
other
CmxPathPointSpec
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 hash code of the current object.
public override int GetHashCode()
Returns
The hash code.
ToString()
Returns a System.String that represents this instance.
public override string ToString()
Returns
A System.String that represents this instance.