OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Drawing Attribute Functions

Use drawing attribute functions to set the device context's drawing mode.

All these functions are analogous to the API functions of the same names, except that the HDC parameter is omitted in each.

  • TDC::SetBkColor
  • TDC::GetBkColor
  • TDC::SetBkMode
  • TDC::GetBkMode
  • TDC::SetPolyFillMode
  • TDC::GetPolyFillMode
  • TDC::SetROP2
  • TDC::GetROP2
  • TDC::SetStretchBltMode
  • TDC::GetStretchBltMode
  • TDC::SetTextColor
  • TDC::GetTextColor

Another function, TDC::SetMiterLimit, is available only for 32-bit applications.

See Also