Aspose::Page::EPS::PsDocument::DrawImage メソッド

PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap>) method

画像を描画します。

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image)
パラメーター説明
画像System::SharedPtr<System::Drawing::Bitmap>描画する画像。

参照

PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap>, System::SharedPtr<System::Drawing::Drawing2D::Matrix>, System::Drawing::Color) method

背景付きで変換された画像を描画します。

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, System::Drawing::Color bkg)
パラメーター説明
画像System::SharedPtr<System::Drawing::Bitmap>描画する画像。
transformSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>画像を変換するための行列。
bkgSystem::Drawing::Color画像の背景。

参照