Classe 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

NameDescription
LineSegment(start_point, end_point)Initialise une nouvelle instance de la classe LineSegment.

Properties

NameTypeAccessDescription
end_pointPointFrObtient le point final.
start_pointPointFrObtient le point de départ.

Constructor: LineSegment(start_point, end_point)

 LineSegment(start_point, end_point) 

Initialise une nouvelle instance de la classe LineSegment.

Parameters:

ParamètreTypeDescription
start_pointPointFLe point de départ.
end_pointPointFLe point d’arrivée.