OWLNext 7.0
Borland's Object Windows Library for the modern age
|
You can use the TDC::SelectObject function to place a GDI object into a device context.
There are four versions of the SelectObject function; all of them return void, but each takes different parameters. The version you should use depends on the type of object you are selecting into the device context. The different versions are:
In addition, TMemoryDC lets you select a bitmap.