Aspose::Page::EPS::Device::PdfDevice::DrawImage método
PdfDevice::DrawImage method
Dibuja una imagen con la transformación y el fondo asignados.
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
| Parámetro | Tipo | Descripción |
|---|---|---|
| imagen | System::SharedPtr<System::Drawing::Bitmap> | Una imagen para dibujar. |
| transformación | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | Una transformación. |
| bkg | System::Drawing::Color | Un color de fondo. |
Ver también
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class Color
- Class PdfDevice
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++