Aspose::Page::EPS::Device::PdfDevice::DrawImage metodo

PdfDevice::DrawImage method

Disegna un’immagine con trasformazione assegnata e sfondo.

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
ParametroTipoDescrizione
immagineSystem::SharedPtr<System::Drawing::Bitmap>Un’immagine da disegnare.
transformSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Una trasformazione.
bkgSystem::Drawing::ColorUn colore di sfondo.

Vedi anche