draw_transparent_image method
draw_transparent_image
Draw transformed transparent image. If image doesn’t have Alpha channel it will be drawn as opaque image
def draw_transparent_image(self, image, transform, transparency_threshold):
...
Parameter | Type | Description |
---|---|---|
image | aspose.pydrawing.Bitmap | The image to draw. |
transform | aspose.pydrawing.drawing2d.Matrix | The matrix to transform image. |
transparency_threshold | int | A threshold that defines from which value of transparency pixel will be interpreted as fully transparent. All values below this threshold will be interpreted as fully opaque. |
See Also
- module
aspose.page.eps
- class
PsDocument