فئة 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:

معاملنوعالوصف
start_pointPointFنقطة البداية.
end_pointPointFنقطة النهاية.