JVCL Help:JvWizardDrawImage
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: JvWizardDrawImage procedure
[+] JvWizardCommon.pas Functions
Search in JVCL Help
Search in all projectsSummary
Draws an image on a canvas.
Pascal
run\JvWizardCommon.pas
procedureJvWizardDrawImage(ACanvas: TCanvas; AGraphic: TGraphic; ARect: TRect; Align: TJvWizardImageAlignment; ALayout: TJvWizardImageLayout);
Parameters
Parameters | Description |
ACanvas: TCanvas | The canvas to draw on. |
AGraphic: TGraphic | The image to draw. |
ARect: TRect | The area in the canvas to draw in. |
Align: TJvWizardImageAlignment | The alignment of the image. |
ALayout: TJvWizardImageLayout | The layout of the image. |
Description
Use JvWizardDrawImage as a convenient way of drawing an image on a canvas.
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