renderLine

Renders a line from (x0, y0) to (x1, y1).

void
renderLine

Parameters

context gtk.style_context.StyleContext
cr cairo.context.Context
x0 double

X coordinate for the origin of the line

y0 double

Y coordinate for the origin of the line

x1 double

X coordinate for the end of the line

y1 double

Y coordinate for the end of the line