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> | 描画する画像。 |
参照
- Typedef SharedPtr
- Class Bitmap
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
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> | 描画する画像。 |
| transform | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | 画像を変換するための行列。 |
| bkg | System::Drawing::Color | 画像の背景。 |
参照
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class Color
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++