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)
ParameterTypeBeschrijving
image24bppSystem::SharedPtr<System::Drawing::Bitmap>De afbeelding om te tekenen. Moet in 24bpp RGB-afbeeldingsformaat zijn.
alphaMask1bppSystem::SharedPtr<System::Drawing::Bitmap>Het afbeeldingsmasker. Moet in 1bpp afbeeldingsformaat zijn.
transformatieSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>De matrix om de afbeelding te transformeren.

Zie ook