show_image method

show_image

Shows a raster image.

def show_image(self, origin, size, image_data):
    ...
ParameterTypeDescription
originaspose.pydrawing.PointFTop-left corner of the shown image.
sizeaspose.pydrawing.SizeFThe size of the shown image.
image_databytesThe image data.

See Also