Skip to content

Latest commit

 

History

History
112 lines (77 loc) · 4.1 KB

nf-gdiplusgraphics-graphics-drawimage(image_int_int_int_int).md

File metadata and controls

112 lines (77 loc) · 4.1 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:gdiplusgraphics.Graphics.DrawImage(Image,INT,INT,INT,INT)
Graphics::DrawImage(IN Image,IN INT,IN INT,IN INT,IN INT) (gdiplusgraphics.h)
The Graphics::DrawImage method draws an image. (overload 14/14)
DrawImage
DrawImage method [GDI+]
DrawImage method [GDI+]
Graphics class
Graphics class [GDI+]
DrawImage method
Graphics.DrawImage
Graphics.DrawImage(IN Image
IN INT
IN INT
IN INT
IN INT)
Graphics.DrawImage(Image*
INT
INT
INT
INT)
Graphics::DrawImage
Graphics::DrawImage(IN Image
IN INT
IN INT
IN INT
IN INT)
_gdiplus_CLASS_Graphics_DrawImage_Image_image_INT_x_INT_y_INT_width_INT_height_
gdiplus._gdiplus_CLASS_Graphics_DrawImage_Image_image_INT_x_INT_y_INT_width_INT_height_
gdiplus\_gdiplus_CLASS_Graphics_DrawImage_Image_image_INT_x_INT_y_INT_width_INT_height_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\graphicsclass\graphicsmethods\graphicsdrawimagemethods\drawimage_62imageimage_intx_inty_intwidth_intheigh.htm
12/05/2018
DrawImage, DrawImage method [GDI+], DrawImage method [GDI+],Graphics class, Graphics class [GDI+],DrawImage method, Graphics.DrawImage, Graphics.DrawImage(IN Image,IN INT,IN INT,IN INT,IN INT), Graphics.DrawImage(Image*,INT,INT,INT,INT), Graphics::DrawImage, Graphics::DrawImage(IN Image,IN INT,IN INT,IN INT,IN INT), _gdiplus_CLASS_Graphics_DrawImage_Image_image_INT_x_INT_y_INT_width_INT_height_, gdiplus._gdiplus_CLASS_Graphics_DrawImage_Image_image_INT_x_INT_y_INT_width_INT_height_
gdiplusgraphics.h
Gdiplus.h
Windows
Windows XP, Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Gdiplus.lib
Gdiplus.dll
Windows
GDI+ 1.0
19H1
Graphics::DrawImage
gdiplusgraphics/Graphics::DrawImage
c++
APIRef
kbSyntax
COM
Gdiplus.dll
Graphics.DrawImage

Graphics::DrawImage(IN Image,IN INT,IN INT,IN INT,IN INT)

-description

The Graphics::DrawImage method draws an image.

-parameters

-param image [in]

Type: Image*

Pointer to an Image object that specifies the source image.

-param x [in]

Type: INT

Integer that specifies the x-coordinate of the upper-left corner of the destination rectangle at which to draw the image.

-param y [in]

Type: INT

Integer that specifies the y-coordinate of the upper-left corner of the destination rectangle at which to draw the image.

-param width [in]

Type: INT

Integer that specifies the width of the destination rectangle at which to draw the image.

-param height [in]

Type: INT

Integer that specifies the height of the destination rectangle at which to draw the image.

-returns

Type: Status

If the method succeeds, it returns Ok, which is an element of the Status enumeration.

If the method fails, it returns one of the other elements of the Status enumeration.

-see-also

Drawing, Positioning, and Cloning Images

Graphics

Image

Loading and Displaying Bitmaps