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

NameTypeAccess描述
end_pointPointFr获取结束点。
start_pointPointFr获取起始点。

Constructor: LineSegment(start_point, end_point)

 LineSegment(start_point, end_point) 

初始化 LineSegment 类的新实例。

Parameters:

参数TypeDescription
start_pointPointF起始点。
end_pointPointF结束点。