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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| image | System::SharedPtr<System::Drawing::Bitmap> | Η εικόνα προς σχεδίαση. |
Δείτε επίσης
- Typedef SharedPtr
- Class Bitmap
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| image | System::SharedPtr<System::Drawing::Bitmap> | Η εικόνα προς σχεδίαση. |
| μεταστροφή | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | Ο πίνακας για μετασχηματισμό της εικόνας. |
| bkg | System::Drawing::Color | Φόντο για εικόνα. |
Δείτε επίσης
- Typedef SharedPtr
- Class Bitmap
- Class Matrix
- Class Color
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++