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ámetroTipoDescripción
imagenSystem::SharedPtr<System::Drawing::Bitmap>Una imagen para dibujar.
transformaciónSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Una transformación.
bkgSystem::Drawing::ColorUn color de fondo.

Ver también