Image::GetFlags method (gdiplusheaders.h)
The Image::GetFlags method gets a set of flags that indicate certain attributes of this Image object.
Syntax
UINT GetFlags();
Return value
Type: UINT
This method returns a value that holds a set of single-bit flags. The flags are defined in the ImageFlags enumeration.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | gdiplusheaders.h (include Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |