JVCL Help:JvWizardDrawImage

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Draws an image on a canvas.

run\JvWizardCommon.pas


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.

run\JvWizardCommon.pas


Description

Use JvWizardDrawImage as a convenient way of drawing an image on a canvas.

run\JvWizardCommon.pas


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