JVCL Help:JvWizardDrawEdges
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: JvWizardDrawEdges function
[+] JvWizardCommon.pas Functions
Search in JVCL Help
Search in all projectsSummary
Draw edges on a canvas.
Pascal
run\JvWizardCommon.pas
functionJvWizardDrawEdges(ACanvas: TCanvas; ABounds: TRect; ULColor: TColor; LRColor: TColor; AEdges: TBevelEdges): TRect;
Parameters
Parameters | Description |
ACanvas: TCanvas | The canvas to draw on. |
ABounds: TRect | The rect to draw in. |
ULColor: TColor | Color of left and upper edge. |
LRColor: TColor | Color of right and bottom edge. |
AEdges: TBevelEdges | Edges to draw. |
Description
Use JvWizardDrawEdges as a convenient way to draw edges 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