Graphics.DrawImage
DrawImage(Image, PointF)
رسم ملفImage
، باستخدام حجمه الفعلي الأصلي ، في الموقع المحدد.
public void DrawImage(Image sourceImage, PointF point)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
point | PointF | PointF الهيكل الذي يمثل الزاوية العلوية اليسرى من الصورة المرسومة. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, float, float)
رسم ملفImage
، باستخدام حجمه الفعلي الأصلي ، في الموقع المحدد.
public void DrawImage(Image sourceImage, float x, float y)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
x | Single | إحداثي x للركن الأيسر العلوي للصورة المرسومة. |
y | Single | إحداثي ص للركن الأيسر العلوي للصورة المرسومة. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, RectangleF)
رسم ملفImage
في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image sourceImage, RectangleF rect)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
rect | RectangleF | RectangleF الهيكل الذي يحدد موقع وحجم الصورة المرسومة. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, Rectangle, GraphicsUnit)
رسم ملفImage
في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit graphicsUnit)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
rectDestination | Rectangle | مستطيل الوجهة. |
graphicsUnit | GraphicsUnit | وحدة الرسوميات. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, RectangleF, GraphicsUnit)
رسم ملفImage
في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUnit graphicsUnit)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
rectDestination | RectangleF | مستطيل الوجهة. |
graphicsUnit | GraphicsUnit | وحدة الرسوميات. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, Rectangle, GraphicsUnit, ImageAttributes)
رسم ملفImage
في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit graphicsUnit,
ImageAttributes imageAttributes)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
rectDestination | Rectangle | مستطيل الوجهة. |
graphicsUnit | GraphicsUnit | وحدة الرسوميات. |
imageAttributes | ImageAttributes | سمات الصورة. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, RectangleF, GraphicsUnit, ImageAttributes)
رسم ملفImage
في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUnit graphicsUnit,
ImageAttributes imageAttributes)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
rectDestination | RectangleF | مستطيل الوجهة المراد رسمه. |
graphicsUnit | GraphicsUnit | وحدة الرسوميات. |
imageAttributes | ImageAttributes | سمات الصورة. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, Rectangle, Rectangle, GraphicsUnit)
رسم ملفImage
في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDestination,
GraphicsUnit graphicsUnit)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
rectSource | Rectangle | المصدر المستقيم. |
rectDestination | Rectangle | الوجهة المستقيمة. |
graphicsUnit | GraphicsUnit | وحدة الرسوميات. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit)
رسم ملفImage
في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectDestination,
GraphicsUnit graphicsUnit)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
rectSource | RectangleF | المصدر المستقيم. |
rectDestination | RectangleF | الوجهة المستقيمة. |
graphicsUnit | GraphicsUnit | وحدة الرسوميات. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, Rectangle, Rectangle, GraphicsUnit, ImageAttributes)
رسم ملفImage
في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDestination,
GraphicsUnit graphicsUnit, ImageAttributes imageAttributes)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
rectSource | Rectangle | المصدر المستقيم. |
rectDestination | Rectangle | الوجهة المستقيمة. |
graphicsUnit | GraphicsUnit | وحدة الرسوميات. |
imageAttributes | ImageAttributes | سمات الصورة. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, ImageAttributes)
رسم ملفImage
في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectDestination,
GraphicsUnit graphicsUnit, ImageAttributes imageAttributes)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
rectSource | RectangleF | مستطيل المصدر. |
rectDestination | RectangleF | مستطيل الوجهة. |
graphicsUnit | GraphicsUnit | وحدة الرسومات المراد استخدامها. |
imageAttributes | ImageAttributes | سمات الصورة المراد استخدامها. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, Point[])
رسم الجزء المحدد منimage في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image image, Point[] destPoints)
معامل | يكتب | وصف |
---|
image | Image | الصورة المراد رسمها. |
destPoints | Point[] | صفيف من ثلاث هياكل PointF تحدد متوازي الأضلاع. |
أنظر أيضا
DrawImage(Image, Point[], Rectangle)
رسم الجزء المحدد منimage في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect)
معامل | يكتب | وصف |
---|
image | Image | الصورة المراد رسمها. |
destPoints | Point[] | صفيف من ثلاث هياكل PointF تحدد متوازي الأضلاع. |
srcRect | Rectangle | مستطيل المصدر. |
أنظر أيضا
DrawImage(Image, Point[], Rectangle, GraphicsUnit)
رسم الجزء المحدد منimage في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
معامل | يكتب | وصف |
---|
image | Image | الصورة المراد رسمها. |
destPoints | Point[] | صفيف من ثلاث هياكل PointF تحدد متوازي الأضلاع. |
srcRect | Rectangle | مستطيل المصدر. |
srcUnit | GraphicsUnit | وحدات القياس. |
أنظر أيضا
DrawImage(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes)
رسم الجزء المحدد منimage في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit,
ImageAttributes imageAttributes)
معامل | يكتب | وصف |
---|
image | Image | الصورة المراد رسمها. |
destPoints | Point[] | صفيف من ثلاث هياكل PointF تحدد متوازي الأضلاع. |
srcRect | Rectangle | مستطيل المصدر. |
srcUnit | GraphicsUnit | وحدات القياس. |
imageAttributes | ImageAttributes | سمات الصورة. |
أنظر أيضا
DrawImage(Image, PointF[])
رسم الجزء المحدد منimage في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image image, PointF[] destPoints)
معامل | يكتب | وصف |
---|
image | Image | الصورة المراد رسمها. |
destPoints | PointF[] | صفيف من ثلاث هياكل PointF تحدد متوازي الأضلاع. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | صورة |
أنظر أيضا
DrawImage(Image, PointF[], RectangleF)
رسم الجزء المحدد منimage في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect)
معامل | يكتب | وصف |
---|
image | Image | الصورة المراد رسمها. |
destPoints | PointF[] | صفيف من ثلاث هياكل PointF تحدد متوازي الأضلاع. |
srcRect | RectangleF | مستطيل المصدر. |
أنظر أيضا
DrawImage(Image, PointF[], RectangleF, GraphicsUnit)
رسم الجزء المحدد منimage في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
معامل | يكتب | وصف |
---|
image | Image | الصورة المراد رسمها. |
destPoints | PointF[] | صفيف من ثلاث هياكل PointF تحدد متوازي الأضلاع. |
srcRect | RectangleF | مستطيل المصدر. |
srcUnit | GraphicsUnit | وحدات القياس. |
أنظر أيضا
DrawImage(Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes)
رسم الجزء المحدد منimage في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit,
ImageAttributes imageAttributes)
معامل | يكتب | وصف |
---|
image | Image | الصورة المراد رسمها. |
destPoints | PointF[] | صفيف من ثلاث هياكل PointF تحدد متوازي الأضلاع. |
srcRect | RectangleF | مستطيل المصدر. |
srcUnit | GraphicsUnit | وحدات القياس. |
imageAttributes | ImageAttributes | سمات الصورة. |
أنظر أيضا
DrawImage(Image, float, float, float, float)
رسم ملفImage
في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image sourceImage, float x, float y, float width, float height)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
x | Single | إحداثي x للركن الأيسر العلوي للصورة المرسومة. |
y | Single | إحداثي ص للركن الأيسر العلوي للصورة المرسومة. |
width | Single | عرض الصورة المرسومة. |
height | Single | ارتفاع الصورة المرسومة. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, Point)
رسم ملفImage
، باستخدام حجمه الفعلي الأصلي ، في الموقع المحدد.
public void DrawImage(Image sourceImage, Point point)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
point | Point | Point الهيكل الذي يمثل موقع الزاوية العلوية اليسرى للصورة المرسومة. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, int, int)
يرسم الصورة المحددة ، باستخدام حجمها المادي الأصلي ، في الموقع المحدد بواسطة زوج إحداثيات .
public void DrawImage(Image sourceImage, int x, int y)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
x | Int32 | إحداثي x للركن الأيسر العلوي للصورة المرسومة. |
y | Int32 | إحداثي ص للركن الأيسر العلوي للصورة المرسومة. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, Rectangle)
رسم ملفImage
في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image sourceImage, Rectangle rect)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
rect | Rectangle | Rectangle الهيكل الذي يحدد موقع وحجم الصورة المرسومة. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا
DrawImage(Image, int, int, int, int)
رسم ملفImage
في الموقع المحدد وبالحجم المحدد.
public void DrawImage(Image sourceImage, int x, int y, int width, int height)
معامل | يكتب | وصف |
---|
sourceImage | Image | الصورة المراد رسمها. |
x | Int32 | إحداثي x للركن الأيسر العلوي للصورة المرسومة. |
y | Int32 | إحداثي ص للركن الأيسر العلوي للصورة المرسومة. |
width | Int32 | عرض الصورة المرسومة. |
height | Int32 | ارتفاع الصورة المرسومة. |
استثناءات
استثناء | حالة |
---|
ArgumentNullException | sourceImage باطل. |
أنظر أيضا