Aspose::Page::EPS::PsDocument::DrawExplicitImageMask method
PsDocument::DrawExplicitImageMask method
Teken gemaskeerde afbeelding.
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 | Beschrijving |
|---|---|---|
| image24bpp | System::SharedPtr<System::Drawing::Bitmap> | De afbeelding om te tekenen. Moet in 24bpp RGB-afbeeldingsformaat zijn. |
| alphaMask1bpp | System::SharedPtr<System::Drawing::Bitmap> | Het afbeeldingsmasker. Moet in 1bpp afbeeldingsformaat zijn. |
| transformatie | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | De matrix om de afbeelding te transformeren. |
Zie ook
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++