win32gui.SelectObject
HGDIOBJ = SelectObject(hdc, object )
Selects an object into the specified device context (DC). The new object replaces the previous object of the same type.
Parameters
HGDIOBJ = SelectObject(hdc, object )
Selects an object into the specified device context (DC). The new object replaces the previous object of the same type.