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)
ParameterTypeالوصف
صورةSystem::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الوصف
صورةSystem::SharedPtr<System::Drawing::Bitmap>الصورة المراد رسمها.
تحويلSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>المصفوفة لتحويل الصورة.
bkgSystem::Drawing::Colorخلفية الصورة.

انظر أيضًا