Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

This function draws a filled box delimited by corners (x1,y1) and (x2,y2) with the current pen properties.

Parameter Description
g graph context
x1,y1 coordinates of first corner
x2,y2 coordinates of second corner

Example

(graph-solidbox g -0.8 -0.8 -0.6 -0.6)
Clone this wiki locally