طريقة 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.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | 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.Font 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.Font 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.Font for C++
Graphics::DrawImage(const SharedPtr<Image>&, const Rectangle&) method
يرسم الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const Rectangle &rect)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| rect | const Rectangle& | مستطيل لرسم الصورة إليه |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::DrawImage(const SharedPtr<Image>&, const RectangleF&) method
يرسم الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const RectangleF &rect)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| rect | const RectangleF& | مستطيل لرسم الصورة إليه |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | متجاهل |
| destPoints | const System::ArrayPtr<Point>& | متجاهل |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | 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.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | 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.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | 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.Font for C++
Graphics::DrawImage(const SharedPtr<Image>&, float, float) method
يرسم الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| x | float | الإحداثي X للزاوية العليا اليسرى للصورة المرسومة |
| y | float | الإحداثي Y للزاوية العليا اليسرى للصورة المرسومة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| x | float | الإحداثي X للزاوية العليا اليسرى للمستطيل الذي يُرسم إليه الصورة |
| y | float | الإحداثي Y للزاوية العليا اليسرى للمستطيل الذي يُرسم إليه الصورة |
| العرض | float | عرض الزاوية العليا اليسرى للمستطيل الذي يُرسم إليه الصورة |
| الارتفاع | float | ارتفاع الزاوية العليا اليسرى للمستطيل الذي يُرسم إليه الصورة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| x | float | الإحداثي X للزاوية العليا اليسرى للمستطيل الذي يُرسم إليه الصورة |
| y | float | الإحداثي Y للزاوية العليا اليسرى للمستطيل الذي يُرسم إليه الصورة |
| srcRect | RectangleF | مستطيل يُحدد منطقة الصورة المحددة التي سيتم رسمها |
| srcUnit | GraphicsUnit | وحدات القياس المستخدمة بواسطة معامل srcRect |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class RectangleF
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::DrawImage(const SharedPtr<Image>&, int, int) method
يرسم الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| x | int | الإحداثي X للزاوية العليا اليسرى للصورة المرسومة |
| y | int | الإحداثي Y للزاوية العليا اليسرى للصورة المرسومة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| x | int | الإحداثي X للزاوية العليا اليسرى للمستطيل الذي يُرسم إليه الصورة |
| y | int | الإحداثي Y للزاوية العليا اليسرى للمستطيل الذي يُرسم إليه الصورة |
| العرض | int | عرض الزاوية العليا اليسرى للمستطيل الذي يُرسم إليه الصورة |
| الارتفاع | int | ارتفاع الزاوية العليا اليسرى للمستطيل الذي يُرسم إليه الصورة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | 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.Font for C++
Graphics::DrawImage(const SharedPtr<Image>&, Point) method
يرسم الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Point pt)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| pt | Point | موقع الزاوية العلوية اليسرى للصورة المرسومة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::DrawImage(const SharedPtr<Image>&, PointF) method
يرسم الصورة المحددة في الموقع المحدد.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, PointF pt)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| pt | PointF | موقع الزاوية العلوية اليسرى للصورة المرسومة |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| destRect | مستطيل | مستطيل لرسم الصورة إليه |
| srcX | float | الإحداثي X للزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcY | float | الإحداثي Y للزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcWidth | float | عرض الزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcHeight | float | ارتفاع الزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcUnit | GraphicsUnit | وحدات القياس التي يتم فيها تحديد المعلمات srcX، srcY، srcWidth و srcHeight |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| destRect | مستطيل | مستطيل لرسم الصورة إليه |
| srcX | float | الإحداثي X للزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcY | float | الإحداثي Y للزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcWidth | float | عرض الزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| srcHeight | float | ارتفاع الزاوية العلوية اليسرى للمستطيل الذي يحدد الجزء من الصورة المراد رسمه |
| 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.Font 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.Font 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.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | 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.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | 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.Font 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.Font 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.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | const SharedPtr<Image>& | الصورة المراد رسمها |
| destRect | مستطيل | مستطيل لرسم الصورة إليه |
| srcRect | مستطيل | مستطيل يُحدد منطقة الصورة المحددة التي سيتم رسمها |
| srcUnit | GraphicsUnit | وحدات القياس المستخدمة بواسطة معامل srcRect |
انظر أيضًا
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| صورة | 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.Font for C++