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
| Parameter | Type | 描述 |
|---|---|---|
| image | System::SharedPtr<System::Drawing::Bitmap> | 要绘制的图像。 |
| 变换 | 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++