DrawingContext.line

Draw a line from start to end.

class DrawingContext
void
line
(
size_t xStart
,
size_t yStart
,
size_t xEnd
,
size_t yEnd
)

Meta