Aspose::Page::EPS::Device::PdfDevice::DrawImage méthode

PdfDevice::DrawImage method

Dessine une image avec la transformation assignée et l’arrière-plan.

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
ParamètreTypeDescription
imageSystem::SharedPtr<System::Drawing::Bitmap>Une image à dessiner.
transformationSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Une transformation.
bkgSystem::Drawing::ColorUne couleur d’arrière-plan.

Voir aussi