Grx.Pixmap.copy

@accepts(Grx.Pixmap)
@returns(Grx.Pixmap)
def copy(self):
    # Python wrapper for grx_pixmap_copy()
  

Make a copy of self.

self

the pixmap

Returns