Skip to content

Latest commit

 

History

History
84 lines (62 loc) · 2.99 KB

nf-gdiplusgraphics-graphics-graphics(hwnd_bool).md

File metadata and controls

84 lines (62 loc) · 2.99 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.Graphics(HWND,BOOL)
Graphics::Graphics(IN HWND,IN BOOL) (gdiplusgraphics.h)
Creates a Graphics::Graphics object that is associated with a specified window.
Graphics
Graphics class [GDI+]
Graphics constructor
Graphics constructor [GDI+]
Graphics constructor [GDI+]
Graphics class
Graphics.Graphics
Graphics.Graphics(HWND
BOOL)
Graphics.Graphics(IN HWND
IN BOOL)
Graphics::Graphics
Graphics::Graphics(IN HWND
IN BOOL)
_gdiplus_CLASS_Graphics_Graphics_hwnd_icm_
gdiplus._gdiplus_CLASS_Graphics_Graphics_hwnd_icm_
gdiplus\_gdiplus_CLASS_Graphics_Graphics_hwnd_icm_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\graphicsclass\graphicsconstructors\graphics_7hwnd_icm.htm
12/05/2018
Graphics, Graphics class [GDI+],Graphics constructor, Graphics constructor [GDI+], Graphics constructor [GDI+],Graphics class, Graphics.Graphics, Graphics.Graphics(HWND,BOOL), Graphics.Graphics(IN HWND,IN BOOL), Graphics::Graphics, Graphics::Graphics(IN HWND,IN BOOL), _gdiplus_CLASS_Graphics_Graphics_hwnd_icm_, gdiplus._gdiplus_CLASS_Graphics_Graphics_hwnd_icm_
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::Graphics
gdiplusgraphics/Graphics::Graphics
c++
APIRef
kbSyntax
COM
Gdiplus.dll
Graphics.Graphics

Graphics::Graphics(IN HWND,IN BOOL)

-description

Creates a Graphics::Graphics object that is associated with a specified window.

-parameters

-param hwnd [in]

Type: HWND

Handle to a window that will be associated with the new Graphics::Graphics object.

-param icm [in]

Type: BOOL

Optional. Boolean value that specifies whether the new Graphics::Graphics object applies color adjustment according to the ICC profile associated with the display device. TRUE specifies that color adjustment is applied, and FALSE specifies that color adjustment is not applied. The default value is FALSE.

-see-also

Changes in the Programming Model

Getting Started

Graphics

Graphics Constructors