PsDocument.DrawTransparentImage
PsDocument.DrawTransparentImage method
Draw transformed transparent image. If image doesn’t have Alpha channel it will be drawn as opaque image
public void DrawTransparentImage(Bitmap image, Matrix transform, int transparencyThreshold)
| Parameter | Type | Description |
|---|---|---|
| image | Bitmap | The image to draw. |
| transform | Matrix | The matrix to transform image. |
| transparencyThreshold | Int32 | 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
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page