[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Tile draws the specified bitmap on the control Canvas to fill the area in ARect.
Source position: comctrls.pp line 2600
protected procedure TCustomCoolBar.DrawTiledBitmap( |
ARect: TRect; |
ABitmap: TBitmap |
); |
ARect |
|
Rectangle where the bitmap is tiled. |
ABitmap |
|
Bitmap image drawn on the Canvas for the control. |