JVCL Help:TJvNavPaneBackgroundImage.DrawImage
From Project JEDI Wiki
Jump to navigationJump to search[+] TJvNavPaneBackgroundImage Methods
[+] TJvNavPaneBackgroundImage Properties
Search in JVCL Help
Search in all projectsSummary
Draws the image in a specific area of a canvas.
Pascal
procedureDrawImage(Canvas: TCanvas; ARect: TRect); virtual;
Parameters
Parameters | Description |
Canvas: TCanvas | The canvas to draw on. |
ARect: TRect | The area to draw in. |
Description
DrawImage is called by the control containing a TJvNavPaneBackgroundImage instance to draw the image on its canvas. Note that when tiling, the bottom and right bounds of ARect might be overrun since this method uses TCanvas.Draw to draw the tiles.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page