Aspose::Page::EPS::Device::PdfDevice::DrawImage Methode

PdfDevice::DrawImage method

Zeichnet ein Bild mit zugewiesener Transformation und Hintergrund.

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
ParameterTypBeschreibung
BildSystem::SharedPtr<System::Drawing::Bitmap>Ein Bild, das gezeichnet werden soll.
TransformationSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Eine Transformation.
bkgSystem::Drawing::ColorEine Hintergrundfarbe.

Siehe auch