CGraphicsContext::SelectObject

_GDIWrapperCGraphicsContext::SelectObject<typename_GDIWrapper>(_GDIWrapper*pGDIObject)

Override needed to match the MFC Parameter types for SelectObject The different return type is OK and necessary

Defined in: GraphicContext.h

Return Value

Object that has been unselected from the device context. The returned instance does not have ownership of the contained handle

Parameters

pGDIObject

Object to select in the DC

Function Template Arguments

_GDIWrapper

Placeholder for any of the GDI wrapper objects, such as CGDIPen, CGDIBrush, etc