Aspose::Page::EPS::PsDocument::DrawExplicitImageMask method
PsDocument::DrawExplicitImageMask method
Draw masked image.
void Aspose::Page::EPS::PsDocument::DrawExplicitImageMask(System::SharedPtr<System::Drawing::Bitmap> image24bpp, System::SharedPtr<System::Drawing::Bitmap> alphaMask1bpp, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform)
| Parameter | Type | Description |
|---|---|---|
| image24bpp | System::SharedPtr<System::Drawing::Bitmap> | The image to draw. Must be in 24bpp RGB image format |
| alphaMask1bpp | System::SharedPtr<System::Drawing::Bitmap> | The image mask. Must be in 1bpp image format. |
| transform | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | The matrix to transform image. |
See Also
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++