JVCL Help:JvXPDrawBoundLines
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: JvXPDrawBoundLines procedure
[+] JvXPCoreUtils.pas Functions
Search in JVCL Help
Search in all projectsSummary
Draws bounding lines in a specific rect on a specific canvas.
Pascal
run\JvXPCoreUtils.pas
procedureJvXPDrawBoundLines(constACanvas: TCanvas; constBoundLines: TJvXPBoundLines; constAColor: TColor; constRect: TRect);
Parameters
Parameters | Description |
const ACanvas: TCanvas | The canvas to draw on. |
const BoundLines: TJvXPBoundLines | The bounding lines to draw. |
const AColor: TColor | The color to use for the lines. |
const Rect: TRect | The bounding rect to draw in. |
Description
Call JvXPDrawBoundLines when you need to draw the bounding lines of a control.
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