Class LineSegment
LineSegment class
Represents a segment leading derectly from a specific point to the next point.
public class LineSegment : ShapeSegment
Constructors
Name | Description |
---|---|
LineSegment(PointF, PointF) | Initializes a new instance of the LineSegment class. |
Properties
Name | Description |
---|---|
override EndPoint { get; } | Gets the ending point. |
override StartPoint { get; } | Gets the starting point. |
See Also
- class ShapeSegment
- namespace Aspose.PSD.ShapeSegments
- assembly Aspose.PSD