LineSegment 类
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 | 描述 |
|---|---|
| LineSegment(start_point, end_point) | 初始化 LineSegment 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| end_point | PointF | r | 获取结束点。 |
| start_point | PointF | r | 获取起始点。 |
Constructor: LineSegment(start_point, end_point)
LineSegment(start_point, end_point)
初始化 LineSegment 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| start_point | PointF | 起始点。 |
| end_point | PointF | 结束点。 |