GdiplusStartupParams enumeration (gdiplusinit.h)
Important
Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that specify parameters for startup.
Syntax
typedef enum GdiplusStartupParams {
GdiplusStartupDefault = 0x00000000,
GdiplusStartupNoSetRound = 0x00000001,
GdiplusStartupSetPSValue = 0x00000002,
GdiplusStartupReserved0 = 0x00000004,
GdiplusStartupTransparencyMask = 0xFF000000
} ;
Constants
GdiplusStartupDefault Value: 0x00000000 Specfies default startup. |
GdiplusStartupNoSetRound Value: 0x00000001 Specifies no set round for startup. |
GdiplusStartupSetPSValue Value: 0x00000002 Specifies a pixel shader value for startup. |
GdiplusStartupReserved0 Value: 0x00000004 Still in preview. |
GdiplusStartupTransparencyMask Value: 0xFF000000 Specifies a transparency mask for startup. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | gdiplusinit.h |