[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Draws the form background and icon image.
Source position: popupnotifier.pas line 68
public procedure TNotifierForm.Paint; override; |
Paint is an overridden method in TNotifierForm used to render the form to its Canvas using values in the Color and ImgIcon properties. Canvas is updated with the brush style and color needed, and its FillRect method is called to paint the background for the form. The bitmap in ImgIcon is drawn on the Canvas when it has been assigned.
Paint re-implements and does not call the inherited method.
|
The drawing surface for the control. |
|
|
Fills a rectangular area on the canvas using the current Brush settings. |
|
|
Bitmap - Returns a bitmap. |
|
|
The background color for the form. |
|
|
Draws the content in the hint window. |
Version 4.0 | Generated 2025-05-03 | Home |