LineSegment-klass

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)Initierar en ny instans av klassen LineSegment.

Properties

NameTypeAccessDescription
end_pointPointFrHämtar slutpunkten.
start_pointPointFrHämtar startpunkten.

Constructor: LineSegment(start_point, end_point)

 LineSegment(start_point, end_point) 

Initierar en ny instans av klassen LineSegment.

Parameters:

ParameterTypBeskrivning
start_pointPointFStartpunkten.
end_pointPointFSlutpunkten.