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)
ParametroTipoDescrizione
image24bppSystem::SharedPtr<System::Drawing::Bitmap>L’immagine da disegnare. Deve essere nel formato immagine RGB a 24 bpp
alphaMask1bppSystem::SharedPtr<System::Drawing::Bitmap>La maschera dell’immagine. Deve essere nel formato immagine a 1 bpp.
transformSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>La matrice per trasformare l’immagine.

Vedi anche