System.Types.TSizeF.Round

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Round: TSize;

C++

TSize Round() const _ALWAYS_INLINE {

Properties

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

Description

Rounds the TSizeF object.

Call Round to round the values of the Width and Height properties of the TSizeF object.

See Also