Aspose::Page::EPS::PsDocument::DrawImage طريقة
PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap>) method
ارسم صورةً.
void Aspose::Page::EPS::PsDocument::DrawImage(System::SharedPtr<System::Drawing::Bitmap> image)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | 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 | الوصف |
|---|---|---|
| صورة | 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++