Aspose::Page::EPS::PsDocument::DrawImage metod

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

Rita bild.

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image)
ParameterTypeBeskrivning
bildSystem::SharedPtr<System::Drawing::Bitmap>Bilden att rita.

Se även

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

Rita transformerad bild med bakgrund.

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, System::Drawing::Color bkg)
ParameterTypeBeskrivning
bildSystem::SharedPtr<System::Drawing::Bitmap>Bilden att rita.
transformSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Matrisen för att transformera bilden.
bkgSystem::Drawing::ColorBakgrund för bild.

Se även