Aspose::Page::EPS::PsDocument::DrawExplicitImageMask metodo
PsDocument::DrawExplicitImageMask method
Disegna un’immagine mascherata.
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)
| Parametro | Tipo | Descrizione |
|---|---|---|
| image24bpp | System::SharedPtr<System::Drawing::Bitmap> | L’immagine da disegnare. Deve essere nel formato immagine RGB a 24 bpp |
| alphaMask1bpp | System::SharedPtr<System::Drawing::Bitmap> | La maschera dell’immagine. Deve essere nel formato immagine a 1 bpp. |
| transform | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | La matrice per trasformare l’immagine. |
Vedi anche
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++