PsDocument.DrawExplicitImageMask
PsDocument.DrawExplicitImageMask method
Draw masked image.
public void DrawExplicitImageMask(Bitmap image24bpp, Bitmap alphaMask1bpp, Matrix transform)
| Parameter | Type | Description |
|---|---|---|
| image24bpp | Bitmap | The image to draw. Must be in 24bpp RGB image format |
| alphaMask1bpp | Bitmap | The image mask. Must be in 1bpp image format. |
| transform | Matrix | The matrix to transform image. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page