System.Types.TRect.CenterPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CenterPoint: TPoint;

C++

TPoint CenterPoint() const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public
System.Types.pas
SystemTypes.h
System.Types TRect

Description

Returns the center point of the rectangle.

See Also