CGraphicsContext::~CGraphicsContext

virtual CGraphicsContext::~CGraphicsContext(void)

CGraphicsContext destructor.

Defined in: GraphicContext.h

Comments

Destructor: The CGraphicsContext destructor does not perform any release operation over the contained device context handle. The correct way to destroy a device context depends on how it was created in the first place, and since a CGraphicsContext object never creates a device context, it never destroys it either.