GdiplusBase::operator new method (gdiplusbase.h)

The GdiplusBase::operator new method allocates memory for one Windows GDI+ object.

Syntax

void *() operator new(
  [in] size_t in_size
);

Parameters

[in] in_size

Type: size_t

Size of the object for which memory is to be allocated.

Return value

This method returns a pointer to the object.

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 gdiplusbase.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll