JVCL Help:JvXPDrawLine
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: JvXPDrawLine procedure
[+] JvXPCoreUtils.pas Functions
Search in JVCL Help
Search in all projectsSummary
Draw a line in XP style.
Pascal
run\JvXPCoreUtils.pas
procedureJvXPDrawLine(constACanvas: TCanvas; constX1: Integer; constY1: Integer; constX2: Integer; constY2: Integer);
Parameters
Parameters | Description |
const ACanvas: TCanvas | The canvas to draw on. |
const X1: Integer | The horizontal start position of the line. |
const Y1: Integer | The vertical start position of the line. |
const X2: Integer | The horizontal end position of the line. |
const Y2: Integer | The vertical end position of the line. |
Description
Use JvXPDrawLine to draw a line in XP style 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