System.Types.TPointF.Truncate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Truncate: TPoint;

C++

TPoint Truncate() const _ALWAYS_INLINE {

Properties

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

Description

Truncates the coordinates of the TPointF object.

See Also