JVCL Help:CenterRect
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: CenterRect function
[+] JvCustomItemViewer.pas Functions
Search in JVCL Help
Search in all projectsSummary
Centers one TRect inside another.
Pascal
run\JvCustomItemViewer.pas
functionCenterRect(InnerRect: TRect; OuterRect: TRect): TRect;
Parameters
Parameters | Description |
InnerRect: TRect | The rect to center. |
OuterRect: TRect | The rect to center against. |
Description
CenterRect adjusts the bounds of the inner rect so it is centered in relation to the outer rect.
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