System.Types.TSizeF.Truncate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Truncate: TSize;

C++

TSize Truncate() const _ALWAYS_INLINE {

Properties

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

Description

Truncates the TSizeF object.

Call Truncate to truncate the values of the Width and Height properties of the TSizeF object.

See Also