pub type DrawingLine<'a> = Drawing<'a, Line>;
Expand description
The drawing context for a line.
struct DrawingLine<'a> { }
Short-hand for the stroke_weight
method.
Short-hand for the stroke_tolerance
method.
Specify the start point of the line.
Specify the end point of the line.
Specify the start and end points of the line.