draw_image method

draw_image

Draws the specified image.

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

See Also