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
ParameterType描述
imageSystem::SharedPtr<System::Drawing::Bitmap>要绘制的图像。
变换System::SharedPtr<System::Drawing::Drawing2D::Matrix>一个变换。
bkgSystem::Drawing::Color背景颜色。

另见