طريقة System::Drawing::Graphics::DrawImage
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit) method
غير مُنفَّذ.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<Point> &destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class Point
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit, const SharedPtr<Imaging::ImageAttributes>&) method
يرسم المنطقة المحددة من الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<Point> &destPoints, Rectangle srcRect, GraphicsUnit srcUnit, const SharedPtr<Imaging::ImageAttributes> &imageAttr)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| destPoints | const ArrayPtr<Point>& | مصفوفة تحتوي على ثلاث نقاط تحدد متوازي أضلاع على سطح الرسم لتُرسم الصورة إليه |
| srcRect | مستطيل | مستطيل يحدد المنطقة في الصورة المحددة للرسم |
| srcUnit | GraphicsUnit | وحدات القياس المستخدمة بواسطة معلمة srcRect |
| imageAttr | const SharedPtr<Imaging::ImageAttributes>& | يحدد معلومات التلوين والجاما للصورة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class Point
- Class Rectangle
- Enum GraphicsUnit
- Class ImageAttributes
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<PointF>&) method
غير مُنفَّذ.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<PointF> &destPoints)
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<PointF>&, RectangleF, GraphicsUnit) method
غير مُنفَّذ.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<PointF> &destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const Rectangle&) method
يرسم الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const Rectangle &rect)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| rect | const Rectangle& | مستطيل لتحديد موضع رسم الصورة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const RectangleF&) method
يرسم الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const RectangleF &rect)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| rect | const RectangleF& | مستطيل لتحديد موضع رسم الصورة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::ArrayPtr<Point>&) method
غير مُنفَّذ.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::ArrayPtr<Point> &destPoints)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | IGNORED |
| destPoints | const System::ArrayPtr<Point>& | IGNORED |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::ArrayPtr<PointF>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
يرسم المنطقة المحددة من الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::ArrayPtr<PointF> &destPoints, const RectangleF &srcRect, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| destPoints | const System::ArrayPtr<PointF>& | مصفوفة تحتوي على ثلاث نقاط تحدد متوازي أضلاع على سطح الرسم لتُرسم الصورة إليه |
| srcRect | const RectangleF& | مستطيل يحدد المنطقة في الصورة المحددة للرسم |
| srcUnit | GraphicsUnit | وحدات القياس المستخدمة بواسطة معلمة srcRect |
| imgAttributes | const Imaging::ImageAttributesPtr& | يحدد معلومات التلوين والجاما للصورة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::Details::ArrayView<PointF>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
يرسم المنطقة المحددة من الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::Details::ArrayView<PointF> &destPoints, const RectangleF &srcRect, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| destPoints | const System::Details::ArrayView<PointF>& | عرض مصفوفة يحتوي على ثلاث نقاط تحدد متوازي أضلاع على سطح الرسم لتحديد موضع رسم الصورة |
| srcRect | const RectangleF& | مستطيل يحدد المنطقة في الصورة المحددة للرسم |
| srcUnit | GraphicsUnit | وحدات القياس المستخدمة بواسطة معلمة srcRect |
| imgAttributes | const Imaging::ImageAttributesPtr& | يحدد معلومات التلوين والجاما للصورة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::Details::StackArray<PointF, N>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
يرسم المنطقة المحددة من الصورة المحددة في الموقع المحدد.
template<std::size_t> void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::Details::StackArray<PointF, N> &destPoints, const RectangleF &srcRect, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| destPoints | const System::Details::StackArray<PointF, N>& | مصفوفة مكدسة تحتوي على ثلاث نقاط تحدد متوازي أضلاع على سطح الرسم لتحديد موضع رسم الصورة |
| srcRect | const RectangleF& | مستطيل يحدد المنطقة في الصورة المحددة للرسم |
| srcUnit | GraphicsUnit | وحدات القياس المستخدمة بواسطة معلمة srcRect |
| imgAttributes | const Imaging::ImageAttributesPtr& | يحدد معلومات التلوين والجاما للصورة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, float, float) method
يرسم الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| x | عدد عائم | إحداثي X للزاوية العليا اليسرى للصورة المرسومة |
| y | عدد عائم | إحداثي Y للزاوية العليا اليسرى للصورة المرسومة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, float, float, float, float) method
يرسم الصورة المحددة إلى المستطيل المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y, float width, float height)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| x | عدد عائم | الإحداثي X للزاوية العلوية اليسرى للمستطيل لتحديد موضع رسم الصورة |
| y | عدد عائم | الإحداثي Y للزاوية العلوية اليسرى للمستطيل لتحديد موضع رسم الصورة |
| العرض | عدد عائم | العرض للزاوية العلوية اليسرى للمستطيل لتحديد موضع رسم الصورة |
| الارتفاع | عدد عائم | الارتفاع للزاوية العلوية اليسرى للمستطيل لتحديد موضع رسم الصورة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, float, float, RectangleF, GraphicsUnit) method
يرسم المنطقة المحددة من الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y, RectangleF srcRect, GraphicsUnit srcUnit)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| x | عدد عائم | الإحداثي X للزاوية العلوية اليسرى للمستطيل لتحديد موضع رسم الصورة |
| y | عدد عائم | الإحداثي Y للزاوية العلوية اليسرى للمستطيل لتحديد موضع رسم الصورة |
| srcRect | RectangleF | مستطيل يحدد المنطقة في الصورة المحددة للرسم |
| srcUnit | GraphicsUnit | وحدات القياس المستخدمة بواسطة معلمة srcRect |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class RectangleF
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, int, int) method
يرسم الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| x | int | إحداثي X للزاوية العليا اليسرى للصورة المرسومة |
| y | int | إحداثي Y للزاوية العليا اليسرى للصورة المرسومة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, int, int, int, int) method
يرسم الصورة المحددة إلى المستطيل المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y, int width, int height)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| x | int | الإحداثي X للزاوية العلوية اليسرى للمستطيل لتحديد موضع رسم الصورة |
| y | int | الإحداثي Y للزاوية العلوية اليسرى للمستطيل لتحديد موضع رسم الصورة |
| العرض | int | العرض للزاوية العلوية اليسرى للمستطيل لتحديد موضع رسم الصورة |
| الارتفاع | int | الارتفاع للزاوية العلوية اليسرى للمستطيل لتحديد موضع رسم الصورة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, int, int, Rectangle, GraphicsUnit) method
يرسم المنطقة المحددة من الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| x | int | الإحداثي X للزاوية العلوية اليسرى للمستطيل لتحديد موضع رسم الصورة |
| y | int | الإحداثي Y للزاوية العلوية اليسرى للمستطيل لتحديد موضع رسم الصورة |
| srcRect | مستطيل | مستطيل يحدد المنطقة في الصورة المحددة للرسم |
| srcUnit | GraphicsUnit | وحدات القياس المستخدمة بواسطة معلمة srcRect |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Point) method
يرسم الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Point pt)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| pt | Point | موقع الزاوية العلوية اليسرى للصورة المرسومة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, PointF) method
يرسم الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, PointF pt)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| pt | PointF | موقع الزاوية العلوية اليسرى للصورة المرسومة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit) method
يرسم المنطقة المحددة من الصورة المحددة إلى المستطيل المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| destRect | مستطيل | مستطيل لتحديد موضع رسم الصورة |
| srcX | عدد عائم | الإحداثي X للزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcY | عدد عائم | الإحداثي Y للزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcWidth | عدد عائم | عرض الزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcHeight | عدد عائم | ارتفاع الزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcUnit | GraphicsUnit | وحدات القياس التي يتم فيها تحديد المعلمات srcX, srcY, srcWidth و srcHeight |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
يرسم المنطقة المحددة من الصورة المحددة إلى المستطيل المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| destRect | مستطيل | مستطيل لتحديد موضع رسم الصورة |
| srcX | عدد عائم | الإحداثي X للزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcY | عدد عائم | الإحداثي Y للزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcWidth | عدد عائم | عرض الزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcHeight | عدد عائم | ارتفاع الزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcUnit | GraphicsUnit | وحدات القياس التي يتم فيها تحديد المعلمات srcX, srcY, srcWidth و srcHeight |
| imgAttributes | const Imaging::ImageAttributesPtr& | يحدد معلومات التلوين والجاما للصورة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort) method
غير مُنفَّذ.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback)
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort, IntPtr) method
غير مُنفَّذ.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback, IntPtr callbackData)
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit) method
يرسم المنطقة المحددة من الصورة المحددة إلى المستطيل المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| destRect | مستطيل | مستطيل لتحديد موضع رسم الصورة |
| srcX | int | الإحداثي X للزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcY | int | الإحداثي Y للزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcWidth | int | عرض الزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcHeight | int | ارتفاع الزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcUnit | GraphicsUnit | وحدات القياس التي يتم فيها تحديد المعلمات srcX, srcY, srcWidth و srcHeight |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
يرسم المنطقة المحددة من الصورة المحددة إلى المستطيل المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| destRect | مستطيل | مستطيل لتحديد موضع رسم الصورة |
| srcX | int | الإحداثي X للزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcY | int | الإحداثي Y للزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcWidth | int | عرض الزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcHeight | int | ارتفاع الزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcUnit | GraphicsUnit | وحدات القياس التي يتم فيها تحديد المعلمات srcX, srcY, srcWidth و srcHeight |
| imgAttributes | const Imaging::ImageAttributesPtr& | يحدد معلومات التلوين والجاما للصورة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort) method
غير مُنفَّذ.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback)
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort, IntPtr) method
غير مُنفَّذ.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback, IntPtr callbackData)
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, Rectangle, GraphicsUnit) method
يرسم المنطقة المحددة من الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| destRect | مستطيل | مستطيل لتحديد موضع رسم الصورة |
| srcRect | مستطيل | مستطيل يحدد المنطقة في الصورة المحددة للرسم |
| srcUnit | GraphicsUnit | وحدات القياس المستخدمة بواسطة معلمة srcRect |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, RectangleF, RectangleF, GraphicsUnit) method
يرسم المنطقة المحددة من الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| destRect | RectangleF | مستطيل لتحديد موضع رسم الصورة |
| srcRect | RectangleF | مستطيل يحدد المنطقة في الصورة المحددة للرسم |
| srcUnit | GraphicsUnit | وحدات القياس المستخدمة بواسطة معلمة srcRect |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class RectangleF
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++