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

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

Σχεδίαζει εικόνα.

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image)
ParameterTypeΠεριγραφή
imageSystem::SharedPtr<System::Drawing::Bitmap>Η εικόνα προς σχεδίαση.

Δείτε επίσης

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

Σχεδίαζει μετασχηματισμένη εικόνα με φόντο.

void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::Drawing::Drawing2D::Matrix> transform, System::Drawing::Color bkg)
ParameterTypeΠεριγραφή
imageSystem::SharedPtr<System::Drawing::Bitmap>Η εικόνα προς σχεδίαση.
μεταστροφήSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Ο πίνακας για μετασχηματισμό της εικόνας.
bkgSystem::Drawing::ColorΦόντο για εικόνα.

Δείτε επίσης