Aspose::Page::EPS::PsDocument::DrawExplicitImageMask 方法

PsDocument::DrawExplicitImageMask method

绘制遮罩图像。

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)
ParameterType描述
image24bppSystem::SharedPtr<System::Drawing::Bitmap>要绘制的图像。必须是 24bpp RGB 图像格式
alphaMask1bppSystem::SharedPtr<System::Drawing::Bitmap>图像掩码。必须是 1bpp 图像格式。
变换System::SharedPtr<System::Drawing::Drawing2D::Matrix>用于变换图像的矩阵。

另见