Aspose::Page::EPS::PsDocument::DrawExplicitImageMask-Methode

PsDocument::DrawExplicitImageMask method

Zeichnet maskiertes Bild.

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)
ParameterTypBeschreibung
image24bppSystem::SharedPtr<System::Drawing::Bitmap>Das Bild zum Zeichnen. Muss im 24bpp RGB Bildformat vorliegen.
alphaMask1bppSystem::SharedPtr<System::Drawing::Bitmap>Die Bildmaske. Muss im 1bpp Bildformat vorliegen.
TransformationSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Die Matrix zur Bildtransformation.

Siehe auch