Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GdiplusBase::operator new[] method allocates memory for an array of Windows GDI+ objects.
Syntax
void *() operator new[](
[in] size_t in_size
);
Parameters
[in] in_size
Type: size_t
Size of the array of objects for which memory is to be allocated.
Return value
This method returns a pointer to the array of objects.
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 |