get_thumbnail method

get_thumbnail

def get_thumbnail(self):
    ...

get_thumbnail

def get_thumbnail(self, bounds, scale_x, scale_y):
    ...
ParameterTypeDescription
boundsShapeThumbnailBounds
scale_xfloat
scale_yfloat

See Also