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> | 描画される画像。 |
| transform | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | 変換。 |
| bkg | System::Drawing::Color | 背景色。 |
参照
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class Color
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++