GdiplusBase class (gdiplusbase.h)

The GdiplusBase class provides memory allocation and deallocation for GDI+ objects. GdiplusBase serves as a base class for all other GDI+ classes, so you never need to create an instance of GdiplusBase.

GdiplusBase has these types of members:

Method Description
GdiplusBase::operator delete The GdiplusBase::operator delete method deallocates memory for one GDI+ object.
GdiplusBase::operator delete[] The xref rid="_gdiplus_CLASS_GdiplusBase_operator_delete_bracket_in_pVoid_" qualify="0"/> method deallocates memory for an array of GDI+ objects.
GdiplusBase::operator new The GdiplusBase::operator new method allocates memory for one GDI+ object.
GdiplusBase::operator new[] The GdiplusBase::operator new[] method allocates memory for an array of GDI+ objects.

Methods

The GdiplusBase class has these methods.

 
GdiplusBase::operator delete

The GdiplusBase::operator delete method deallocates memory for one Windows GDI+ object.
GdiplusBase::operator delete[]

The xref rid="gdiplus_CLASS_GdiplusBase_operator_delete_bracket_in_pVoid" qualify="0"/> method deallocates memory for an array of Windows GDI+ objects.
GdiplusBase::operator new

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

The GdiplusBase::operator new[] method allocates memory for an array of Windows GDI+ objects.

Requirements

Requirement Value
Target Platform Windows
Header gdiplusbase.h