Grx.draw_box_with_options
@accepts(int, int, int, int, Grx.LineOptions) @returns(none) def draw_box_with_options(x1, y1, x2, y2, o): # Python wrapper for grx_draw_box_with_options()
Draws a rectangle on the current context using the specified coordinates and options.
- x1
the left X coordinate
- y1
the top Y coordinate
- x2
the right X coordinate
- y2
the bottom Y coordinate
- o
the options