Grx.draw_filled_line_with_pixmap

function draw_filled_line_with_pixmap(x1: Number(gint), y1: Number(gint), x2: Number(gint), y2: Number(gint), p: Grx.Pixmap): void {
    // Gjs wrapper for grx_draw_filled_line_with_pixmap()
}
  

Draws a line on the current context from the starting coordinates to the ending coordinates using the specified pixmap.

For horizontal and vertical lines, see Grx.draw_hline and Grx.draw_vline.

x1

starting X coordinate

y1

starting Y coordinate

x2

ending X coordinate

y2

ending Y coordinate

p

the pixmap