[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Creates a logical brush, selectable into any DC.
Source position: winapih.inc line 66
public function TWidgetSet.CreatePatternBrush( |
ABitmap: HBITMAP |
):HBRUSH; virtual; |
ABitmap |
|
The bitmap to use for the brush. |
The brush handle, zero on failure.
The bitmap pattern is repeated for areas of larger width or height, it should allow for smooth transitions.
Monochrome bitmaps obtain the actual text (0) or background (1) color of the DC.
Version 4.0 | Generated 2025-05-03 | Home |