draw_image method

draw_image

Draws the specified image.

def draw_image(self, data, image_format, rect):
    ...
ParameterTypeDescription
databytesAn array of bytes representing the image.
image_formataspose.svg.drawing.WebImageFormatImage format.
rectaspose.pydrawing.RectangleFA rectangel which determines position and size to draw.

See Also