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ètreTypeDescription
image24bppSystem::SharedPtr<System::Drawing::Bitmap>L’image à dessiner. Doit être au format d’image RGB 24 bpp
alphaMask1bppSystem::SharedPtr<System::Drawing::Bitmap>Le masque d’image. Doit être au format d’image 1 bpp.
transformationSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>La matrice pour transformer l’image.

Voir aussi