PyCDC.SelectObject

object = SelectObject(ob)

Selects an object into the device context.
Currently, only PyCFont, PyCBitMap, PyCBrush and PyCPen objects are supported.

Parameters

ob : object

The object to select.

MFC References

CDC::SelectObject

Return Value

The previously selected object. This will be the same type as the object parameter.