Aspose::Page::EPS::Device::PdfDevice::DrawImage method

PdfDevice::DrawImage method

Draws an image with assigned transform and background.

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
ParameterTypeDescription
imageSystem::SharedPtr<System::Drawing::Bitmap>An image to be drawn.
transformSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>A transform.
bkgSystem::Drawing::ColorA background color.

See Also