CMemoryGraphicsContext::CMemoryGraphicsContext

CMemoryGraphicsContext::CMemoryGraphicsContext(HDC h)

Creates and initializes a compatible DC on memory.

Defined in: GraphicContext.h

Parameters

h

Handle to a Device Context to be compatible with.

Comments

Unlike the other constructors with HDC parameter, this one does not attach this instance to the passed handle, but rather creates a compatible DC and associates it with this object