Grx.Pixmap.prototype.stretch
function stretch(new_width: Number(gint), new_height: Number(gint)): Grx.Pixmap {
// Gjs wrapper for grx_pixmap_stretch()
}
Creates a new pixmap stretching pixmap to new_width by new_height.
- new_width
the new width
- new_height
the new height
- Returns
the new pixmap