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