LineSegment-klass
Summary: Represents a segment leading derectly from a specific point to the next point.
Module: aspose.imaging.shapesegments
Full Name: aspose.imaging.shapesegments.LineSegment
Inheritance: ShapeSegment
Constructors
| Name | Description |
|---|---|
| LineSegment(start_point, end_point) | Initierar en ny instans av klassen LineSegment. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| end_point | PointF | r | Hämtar slutpunkten. |
| start_point | PointF | r | Hämtar startpunkten. |
Constructor: LineSegment(start_point, end_point)
LineSegment(start_point, end_point)
Initierar en ny instans av klassen LineSegment.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| start_point | PointF | Startpunkten. |
| end_point | PointF | Slutpunkten. |