[Overview][Types][Classes][Procedures and functions][Index] |
Event handler signalled to draw the background for the image.
Source position: extctrls.pp line 606
public property TCustomImage.OnPaintBackground : TImagePaintBackgroundEvent |
OnPaintBackground is a TImagePaintBackgroundEvent property which implements an event handler signalled to paint the background for an image. OnPaintBackground is signalled from the Paint method using the Canvas and DestRect for the image as arguments. The event occurs immediately prior to the image being drawn using its canvas handle.
|
Draws the image to the control canvas. |
|
|
Canvas used to draw the image. |
|
|
Gets the rectangle where the image is painted. |
Version 4.0 | Generated 2025-05-03 | Home |