Exemplo n.º 1
0
 def get_image(self, x, y, width, height, logger=None):
     rect = (x, y, width, height)
     return get_CG_imagewrapper(rect)
Exemplo n.º 2
0
 def get_image(self, x, y, width, height):
     rect = (x, y, width, height)
     return get_CG_imagewrapper(rect)
Exemplo n.º 3
0
 def get_image(self, x, y, width, height, logger=None):
     return get_CG_imagewrapper()