Aspose::Page::EPS::PsDocument::DrawImage méthode

PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap>) method

Dessine une image.

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image)
ParamètreTypeDescription
imageSystem::SharedPtr<System::Drawing::Bitmap>L’image à dessiner.

Voir aussi

PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap>, System::SharedPtr<System::Drawing::Drawing2D::Matrix>, System::Drawing::Color) method

Dessine une image transformée avec arrière-plan.

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, System::Drawing::Color bkg)
ParamètreTypeDescription
imageSystem::SharedPtr<System::Drawing::Bitmap>L’image à dessiner.
transformationSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>La matrice pour transformer l’image.
bkgSystem::Drawing::ColorArrière-plan de l’image.

Voir aussi