[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the background mix mode (transparency) of an device context.
Source position: winapih.inc line 240
public function TWidgetSet.SetBkMode( |
DC: HDC; |
bkMode: Integer |
):Integer; virtual; |
DC |
|
The device context. |
bkMode |
|
The new background mode. |
The previous background mode, zero on failure.
The background mode specifies the handling of non-solid painting objects, like text, hatched brushes or dotted pens.
Version 4.0 | Generated 2025-05-03 | Home |