draw_image method
draw_image
Draw image.
def draw_image(self, image):
...
Parameter | Type | Description |
---|---|---|
image | aspose.pydrawing.Bitmap | The image to draw. |
draw_image
Draw transformed image with background.
def draw_image(self, image, transform, bkg):
...
Parameter | Type | Description |
---|---|---|
image | aspose.pydrawing.Bitmap | The image to draw. |
transform | aspose.pydrawing.drawing2d.Matrix | The matrix to transform image. |
bkg | aspose.pydrawing.Color | Background for image. |
See Also
- module
aspose.page.eps
- class
PsDocument