Effect::UseAuxData method (gdipluseffects.h)
The Effect::UseAuxData method sets or clears a flag that specifies whether the Bitmap::ApplyEffect method should return a pointer to the auxiliary data that it creates.
Syntax
void UseAuxData(
[in] const BOOL useAuxDataFlag
);
Parameters
[in] useAuxDataFlag
Type: const BOOL
Set to TRUE to specify that ApplyEffect should return a pointer to its auxiliary data; FALSE otherwise.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | gdipluseffects.h (include Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |