System.Types.TPointF.Ceiling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Ceiling: TPoint;

C++

TPoint Ceiling() const _ALWAYS_INLINE {

Properties

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

Description

Does superior rounding over the coordinates of the TPointF object.

See Also