Aspose::Page::EPS::PsDocument::DrawExplicitImageMask méthode
PsDocument::DrawExplicitImageMask method
Dessine une image masquée.
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)
| Paramètre | Type | Description |
|---|---|---|
| image24bpp | System::SharedPtr<System::Drawing::Bitmap> | L’image à dessiner. Doit être au format d’image RGB 24 bpp |
| alphaMask1bpp | System::SharedPtr<System::Drawing::Bitmap> | Le masque d’image. Doit être au format d’image 1 bpp. |
| transformation | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | La matrice pour transformer l’image. |
Voir aussi
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++