Class ShapeSegment
ShapeSegment class
Represents a shape segment. A segment is a line or curve connecting two points.
public abstract class ShapeSegment
Properties
Name | Description |
---|---|
abstract EndPoint { get; } | Gets the ending point. |
abstract StartPoint { get; } | Gets the starting point. |
Methods
Name | Description |
---|---|
override Equals(object) | Check if objects are equal. |
override GetHashCode() | Get hash code of the current object. |
See Also
- namespace Aspose.Imaging
- assembly Aspose.Imaging