JVCL Help:JvXPDrawBoundLines

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

Search in JVCL Help

 
Search in all projects
 

Summary

Draws bounding lines in a specific rect on a specific canvas.

run\JvXPCoreUtils.pas


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.

run\JvXPCoreUtils.pas


Description

Call JvXPDrawBoundLines when you need to draw the bounding lines of a control.

run\JvXPCoreUtils.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