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)
パラメーター説明
image24bppSystem::SharedPtr<System::Drawing::Bitmap>描画する画像。24bpp RGB 画像形式である必要があります。
alphaMask1bppSystem::SharedPtr<System::Drawing::Bitmap>画像マスク。1bpp 画像形式である必要があります。
transformSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>画像を変換するための行列。

参照