Effect::GetAuxDataSize method (gdipluseffects.h)

The Effect::GetAuxDataSize method gets the size, in bytes, of the auxiliary data created by a previous call to the Bitmap::ApplyEffect method.

Syntax

INT GetAuxDataSize();

Return value

Type: INT

This method returns the size, in bytes, of the auxiliary data.

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

See also

Effect

Effect::GetAuxData