Grx.draw_line_with_pixmap
@accepts(int, int, int, int, Grx.LineOptions, Grx.Pixmap)
@returns(none)
def draw_line_with_pixmap(x1, y1, x2, y2, o, p):
# Python wrapper for grx_draw_line_with_pixmap()
Draws a line on the current context from the starting coordinates to the ending coordinates using the specified line options and pixmap.
- x1
starting X coordinate
- y1
starting Y coordinate
- x2
ending X coordinate
- y2
ending Y coordinate
- o
the line options
- p
the pixmap