Graphics::DrawImage Method

 

Draws the specified Image at the specified location and with the original size.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodDrawImage(Image^, Int32, Int32)

Draws the specified image, using its original physical size, at the location specified by a coordinate pair.

System_CAPS_pubmethodDrawImage(Image^, Int32, Int32, Int32, Int32)

Draws the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, Int32, Int32, Rectangle, GraphicsUnit)

Draws a portion of an image at a specified location.

System_CAPS_pubmethodDrawImage(Image^, Point)

Draws the specified Image, using its original physical size, at the specified location.

System_CAPS_pubmethodDrawImage(Image^, array<Point>^)

Draws the specified Image at the specified location and with the specified shape and size.

System_CAPS_pubmethodDrawImage(Image^, array<Point>^, Rectangle, GraphicsUnit)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, array<Point>^, Rectangle, GraphicsUnit, ImageAttributes^)

Draws the specified portion of the specified Image at the specified location.

System_CAPS_pubmethodDrawImage(Image^, array<Point>^, Rectangle, GraphicsUnit, ImageAttributes^, Graphics::DrawImageAbort^)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, array<Point>^, Rectangle, GraphicsUnit, ImageAttributes^, Graphics::DrawImageAbort^, Int32)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, PointF)

Draws the specified Image, using its original physical size, at the specified location.

System_CAPS_pubmethodDrawImage(Image^, array<PointF>^)

Draws the specified Image at the specified location and with the specified shape and size.

System_CAPS_pubmethodDrawImage(Image^, array<PointF>^, RectangleF, GraphicsUnit)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, array<PointF>^, RectangleF, GraphicsUnit, ImageAttributes^)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, array<PointF>^, RectangleF, GraphicsUnit, ImageAttributes^, Graphics::DrawImageAbort^)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, array<PointF>^, RectangleF, GraphicsUnit, ImageAttributes^, Graphics::DrawImageAbort^, Int32)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, Rectangle)

Draws the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes^)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes^, Graphics::DrawImageAbort^)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes^, Graphics::DrawImageAbort^, IntPtr)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, Rectangle, Rectangle, GraphicsUnit)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, Rectangle, Single, Single, Single, Single, GraphicsUnit)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes^)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes^, Graphics::DrawImageAbort^)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes^, Graphics::DrawImageAbort^, IntPtr)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, RectangleF)

Draws the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, RectangleF, RectangleF, GraphicsUnit)

Draws the specified portion of the specified Image at the specified location and with the specified size.

System_CAPS_pubmethodDrawImage(Image^, Single, Single)

Draws the specified Image, using its original physical size, at the specified location.

System_CAPS_pubmethodDrawImage(Image^, Single, Single, RectangleF, GraphicsUnit)

Draws a portion of an image at a specified location.

System_CAPS_pubmethodDrawImage(Image^, Single, Single, Single, Single)

Draws the specified Image at the specified location and with the specified size.

Return to top
Show: