Aspose::Page::EPS::PsDocument::DrawImage method

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

Disegna un’immagine.

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image)
ParametroTipoDescrizione
immagineSystem::SharedPtr<System::Drawing::Bitmap>L’immagine da disegnare.

Vedi anche

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

Disegna un’immagine trasformata con sfondo.

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, System::Drawing::Color bkg)
ParametroTipoDescrizione
immagineSystem::SharedPtr<System::Drawing::Bitmap>L’immagine da disegnare.
transformSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>La matrice per trasformare l’immagine.
bkgSystem::Drawing::ColorSfondo per l’immagine.

Vedi anche