CGraphicsContext::SelectObject

_GDIWrapper CGraphicsContext::SelectObject<typename _GDIWrapper>(_GDIWrapper& aGDIObject)

Select a GDI Object in the device context

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

aGDIObject

Object to select in the DC

Function Template Arguments

_GDIWrapper

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