System.Types.TRectF.Empty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Empty: TRectF; inline; static;

C++

static TRectF Empty() _ALWAYS_INLINE

Properties

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

Description

Creates an empty TRectF object.

Empty creates an empty TRectF object, with the upper-left corner and the lower-right corner both in the point (0, 0).

See Also