CGraphicsContext::CGraphicsContext

CGraphicsContext::CGraphicsContext(const CGraphicsContext&rhs)

Copy constructor: Initializes the object, copying its state from an existing instance. Upon return, both instances refer to the same device context handle.

Defined in: GraphicContext.h

Parameters

rhs

Graphics context instance to copy