LineSegment Class
Summary: Represents a segment leading derectly from a specific point to the next point.
Module: aspose.psd.shapesegments
Full Name: aspose.psd.shapesegments.LineSegment
Inheritance: ShapeSegment
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
LineSegment(start_point, end_point) | Initializes a new instance of the LineSegment class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
end_point | PointF | r | Gets the ending point. |
start_point | PointF | r | Gets the starting point. |
Constructor: LineSegment(start_point, end_point)
LineSegment(start_point, end_point)
Initializes a new instance of the LineSegment class.
Parameters:
Parameter | Type | Description |
---|---|---|
start_point | PointF | The start point. |
end_point | PointF | The end point. |