PyCDC.SelectObject
object = SelectObject(ob)
Selects an object into the device context.
Currently, only PyCFont, PyCBitMap, PyCBrush and PyCPen
objects are supported.
Parameters
MFC References
Return Value
The previously selected object. This will be the same type as the object parameter.