System.Types.TRectF.CenterPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CenterPoint: TPointF;

C++

TPointF CenterPoint() const _ALWAYS_INLINE {

Properties

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

Description

Returns the center point of the rectangle.

CenterPoint returns the center point of the rectangle.

See Also