示例#1
0
 def get_image(self, x, y, width, height, logger=None):
     rect = (x, y, width, height)
     return get_CG_imagewrapper(rect)
示例#2
0
 def get_image(self, x, y, width, height):
     rect = (x, y, width, height)
     return get_CG_imagewrapper(rect)
示例#3
0
 def get_image(self, x, y, width, height, logger=None):
     return get_CG_imagewrapper()