show_image method
show_image
Shows a raster image.
def show_image(self, origin, size, image_data):
...
| Parameter | Type | Description |
|---|---|---|
| origin | aspose.pydrawing.PointF | The bottom-left corner of the shown image. |
| size | aspose.pydrawing.SizeF | The size of the shown image. |
| image_data | bytes | The image data. |
See Also
- module
aspose.tex.presentation - class
Device