Return the center point of a rectangle.
Source position: types.pp line 562
| function CenterPoint( | 
| const Rect: TRect | 
| ):TPoint; | 
CenterPoint returns the center point of the rectangle Rect.
| 
 | Check whether a point is inside a rectangle. | |
| 
 | Return the intersection of 2 rectangles. | |
| 
 | Check whether a rectangle is empty. | |
| 
 | Offset the rectangle. | |
| 
 | Increase the rectangle in size, keeping it centered. | |
| 
 | Return the size of the rectangle. | |
| 
 | Check whether a rectangle is empty. |