Class: Line

Class: Line#

A straight line defined by it’s end points.

Attributes#

x1 : float The X coordinate of the start of the line. [units pixels] y1 : float The Y coordinate of the start of the line. [units pixels] x2 : float The X coordinate of the end of the line. [units pixels] y2 : float The Y coordinate of the end of the line. [units pixels] marker_start : None | Marker (The Line MarkerStart). marker_end : None | Marker (The Line MarkerEnd).

URI: core:Line

img

Parents#

Attributes#

Own#