JVCL Help:JvXPFrame3D

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

Search in JVCL Help

 
Search in all projects
 

Summary

Draws a frame on a canvas.

run\JvXPCoreUtils.pas


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.

run\JvXPCoreUtils.pas


Description

Use JvXPFrame3D to draw like Frame3D but using an XP style.

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