LineSegment Klasse
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 | Beschreibung |
|---|---|
| LineSegment(start_point, end_point) | Initialisiert eine neue Instanz der LineSegment Klasse. |
Properties
| Name | Type | Access | Beschreibung |
|---|---|---|---|
| end_point | PointF | r | Gibt den Endpunkt zurück. |
| start_point | PointF | r | Gibt den Startpunkt zurück. |
Constructor: LineSegment(start_point, end_point)
LineSegment(start_point, end_point)
Initialisiert eine neue Instanz der LineSegment Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| start_point | PointF | Der Startpunkt. |
| end_point | PointF | Der Endpunkt. |