Grx.Pixmap.stretch

@accepts(Grx.Pixmap, int, int)
@returns(Grx.Pixmap)
def stretch(self, new_width, new_height):
    # Python wrapper for grx_pixmap_stretch()
  

Creates a new pixmap stretching self to new_width by new_height.

self

the source pixmap

new_width

the new width

new_height

the new height

Returns