Skip to content

Latest commit

 

History

History
116 lines (72 loc) · 3.66 KB

nf-gdiplusheaders-image-image(constwchar_bool).md

File metadata and controls

116 lines (72 loc) · 3.66 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:gdiplusheaders.Image.Image(constWCHAR,BOOL)
Image::Image(IN const WCHAR,IN BOOL) (gdiplusheaders.h)
Creates an Image::Image object based on a file.
FALSE
Image
Image class [GDI+]
Image constructor
Image constructor [GDI+]
Image constructor [GDI+]
Image class
Image.Image
Image.Image(IN const WCHAR
IN BOOL)
Image.Image(const WCHAR*
BOOL)
Image::Image
Image::Image(IN const WCHAR
IN BOOL)
TRUE
_gdiplus_CLASS_Image_Image_filename_useEmbeddedColorManagement_
gdiplus._gdiplus_CLASS_Image_Image_filename_useEmbeddedColorManagement_
gdiplus\_gdiplus_CLASS_Image_Image_filename_useEmbeddedColorManagement_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\imageclass\imageconstructors\image_53filename_useembeddedcolormanagement.htm
12/05/2018
FALSE, Image, Image class [GDI+],Image constructor, Image constructor [GDI+], Image constructor [GDI+],Image class, Image.Image, Image.Image(IN const WCHAR,IN BOOL), Image.Image(const WCHAR*,BOOL), Image::Image, Image::Image(IN const WCHAR,IN BOOL), TRUE, _gdiplus_CLASS_Image_Image_filename_useEmbeddedColorManagement_, gdiplus._gdiplus_CLASS_Image_Image_filename_useEmbeddedColorManagement_
gdiplusheaders.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
Image::Image
gdiplusheaders/Image::Image
c++
APIRef
kbSyntax
COM
Gdiplus.dll
Image.Image

Image::Image(IN const WCHAR,IN BOOL)

-description

Creates an Image::Image object based on a file.

-parameters

-param filename [in]

Type: const WCHAR*

Pointer to a wide-character string that specifies the name of the file.

-param useEmbeddedColorManagement [in]

Type: BOOL

Optional. Boolean value that specifies whether the new Image::Image object applies color correction according to color management information that is embedded in the image file. Embedded information can include ICC profiles, gamma values, and chromaticity information.

FALSE

Default. Specifies that color correction is enabled

TRUE

Specifies that color correction is not enabled

-remarks

You can construct Image::Image objects based on files of a variety of types including BMP, Graphics Interchange Format (GIF), JPEG, PNG, TIFF, and EMF.

-see-also

Bitmap

Drawing, Positioning, and Cloning Images

Image

Image Constructors

Image::Clone

Image::FromFile

Image::FromStream

Loading and Displaying Bitmaps