Aspose::Page::EPS::PsDocument::DrawImage methode

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

Teken afbeelding.

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image)
ParameterTypeBeschrijving
afbeeldingSystem::SharedPtr<System::Drawing::Bitmap>De afbeelding om te tekenen.

Zie ook

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

Teken getransformeerde afbeelding met achtergrond.

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, System::Drawing::Color bkg)
ParameterTypeBeschrijving
afbeeldingSystem::SharedPtr<System::Drawing::Bitmap>De afbeelding om te tekenen.
transformatieSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>De matrix om de afbeelding te transformeren.
bkgSystem::Drawing::ColorAchtergrond voor afbeelding.

Zie ook