Aspose::Page::EPS::Device::PdfDevice::DrawImage メソッド

PdfDevice::DrawImage method

割り当てられた変換と背景で画像を描画します。

void Aspose::Page::EPS::Device::PdfDevice::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, System::Drawing::Color bkg) override
パラメーター説明
画像System::SharedPtr<System::Drawing::Bitmap>描画される画像。
transformSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>変換。
bkgSystem::Drawing::Color背景色。

参照