Skip to content

Latest commit

 

History

History
98 lines (69 loc) · 3.72 KB

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

File metadata and controls

98 lines (69 loc) · 3.72 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,constPoint&)
Graphics::DrawImage(IN Image,IN const Point &) (gdiplusgraphics.h)
The Graphics::DrawImage method draws an image. (overload 1/14)
DrawImage
DrawImage method [GDI+]
DrawImage method [GDI+]
Graphics class
Graphics class [GDI+]
DrawImage method
Graphics.DrawImage
Graphics.DrawImage(IN Image
IN const Point &)
Graphics.DrawImage(Image*
const Point&)
Graphics::DrawImage
Graphics::DrawImage(IN Image
IN const Point &)
_gdiplus_CLASS_Graphics_DrawImage_Image_image_Point_point_
gdiplus._gdiplus_CLASS_Graphics_DrawImage_Image_image_Point_point_
gdiplus\_gdiplus_CLASS_Graphics_DrawImage_Image_image_Point_point_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\graphicsclass\graphicsmethods\graphicsdrawimagemethods\drawimage_28imageimage_pointamppoint.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 const Point &), Graphics.DrawImage(Image*,const Point&), Graphics::DrawImage, Graphics::DrawImage(IN Image,IN const Point &), _gdiplus_CLASS_Graphics_DrawImage_Image_image_Point_point_, gdiplus._gdiplus_CLASS_Graphics_DrawImage_Image_image_Point_point_
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 const Point &)

-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 point [in, ref]

Type: const Point

Reference to a Point object that specifies the coordinates of the upper-left corner of the destination position 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

Point