[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 the method, and does not call the inherited method.
|
Draws the content in the hint window. |
|
|
The drawing surface for the control. |
|
|
FillRect - draw a filled rectangle in the specified coordinate space, using the method for the current interface or widget set. |
|
|
Bitmap - Returns a bitmap. |
|
|
The background color for the form. |
lazarus-ccr.sourceforge.net |