System.Types.TRectF.Round

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Round: TRect;

C++

TRect Round() const _ALWAYS_INLINE {

Properties

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

Description

Rounds the TRectF object.

Call Round to round the values of the Location, Width, and Height properties of the TRectF object.

See Also