CGraphicsContext::Delete

bool CGraphicsContext::Delete(void)

Causes the release of the contained DC handle. The actual release process is executed in ReleaseHandle, which must be implemented by all derived classes. CGraphicsContext instances do not release the DC handle, since they don't create it.

Defined in: GraphicContext.h

Return Value

true if successful, false to indicate the occurrence of an error