Class CmxPathPointSpec
- Namespace
- Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs
- Assembly
- Aspose.Imaging.dll
Represents geometric info specified for a path point.
public class CmxPathPointSpec
- Inheritance
-
CmxPathPointSpec
- Inherited Members
Constructors
CmxPathPointSpec()
public CmxPathPointSpec()
Properties
BezierOrder
Gets or sets the bezier order.
public int BezierOrder { get; set; }
Property Value
- int
The bezier order.
IsClosedPath
Gets or sets a value indicating whether this point closes its path.
public bool IsClosedPath { get; set; }
Property Value
- bool
true
if this point is begin or end point of the shape in the path; otherwise,false
.
JumpType
Gets or sets the type of the jump.
public PathJumpTypes JumpType { get; set; }
Property Value
- PathJumpTypes
The type of the jump.
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
CmxPathPointSpecThe 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 hash code of the current object.
public override int GetHashCode()
Returns
- int
The hash code.
ToString()
Returns a string that represents this instance.
public override string ToString()