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
Parameter | Type | Description |
---|---|---|
image | System::SharedPtr<System::Drawing::Bitmap> | An image to be drawn. |
transform | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | A transform. |
bkg | System::Drawing::Color | A background color. |
See Also
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class Color
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++