Aspose::Page::EPS::PsDocument::DrawExplicitImageMask method

PsDocument::DrawExplicitImageMask method

Draw masked image.

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)
ParameterTypeDescription
image24bppSystem::SharedPtr<System::Drawing::Bitmap>The image to draw. Must be in 24bpp RGB image format
alphaMask1bppSystem::SharedPtr<System::Drawing::Bitmap>The image mask. Must be in 1bpp image format.
transformSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>The matrix to transform image.

See Also