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

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

Zeichnet Bild.

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image)
ParameterTypBeschreibung
BildSystem::SharedPtr<System::Drawing::Bitmap>Das Bild zum Zeichnen.

Siehe auch

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

Zeichnet ein transformiertes Bild mit Hintergrund.

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, System::Drawing::Color bkg)
ParameterTypBeschreibung
BildSystem::SharedPtr<System::Drawing::Bitmap>Das Bild zum Zeichnen.
TransformationSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Die Matrix zur Bildtransformation.
bkgSystem::Drawing::ColorHintergrund für das Bild.

Siehe auch