System.Types.TRectF.Truncate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Truncate: TRect;

C++

TRect Truncate() const _ALWAYS_INLINE {

Properties

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

Description

Truncates the TRectF object.

Call Truncate to truncate the values of the Location, Width, and Height properties of the TRectF object.

See Also