JVCL Help:JvXPFrame3D
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: JvXPFrame3D procedure
[+] JvXPCoreUtils.pas Functions
Search in JVCL Help
Search in all projectsSummary
Draws a frame on a canvas.
Pascal
run\JvXPCoreUtils.pas
procedureJvXPFrame3D(constACanvas: TCanvas; constRect: TRect; constTopColor: TColor; constBottomColor: TColor; constSwapped: Boolean = False);
Parameters
Parameters | Description |
const ACanvas: TCanvas | The canvas to draw on. |
const Rect: TRect | The rect to draw in. This is adjusted to the dimensions of the rectangle that lies inside the frame. |
const TopColor: TColor | The color for the top and left edges. |
const BottomColor: TColor | The color for the bottom and right edges. |
const Swapped: Boolean = False | Set to true if TopColor and BottomColor should swap places. |
Description
Use JvXPFrame3D to draw like Frame3D but using an XP style.
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