Class CmxArrowSpec
- Namespace
- Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs
- Assembly
- Aspose.Imaging.dll
Represents geometric info specified for outline arrow (marker).
public class CmxArrowSpec : CmxPathSpec, ICmxObjectSpec
- Inheritance
-
CmxArrowSpec
- Implements
- Inherited Members
Constructors
CmxArrowSpec()
public CmxArrowSpec()
- See Also
Properties
ArrowOffset
Gets or sets the arrow offset.
public float ArrowOffset { get; set; }
Property Value
- float
The arrow offset.
- See Also
Methods
Equals(CmxArrowSpec)
Check if objects are equal.
protected bool Equals(CmxArrowSpec other)
Parameters
other
CmxArrowSpecThe other object.
Returns
- bool
The equality comparison result.
- See Also
Equals(object)
Check if objects are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe other object.
Returns
- bool
The equality comparison result.
- See Also
GetHashCode()
Get hash code of the current object.
public override int GetHashCode()
Returns
- int
The hash code.
- See Also