System.Types.TRectF.Size

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Size: TSizeF read GetSize write SetSize;

C++

__property TSizeF Size   = { read=GetSize, write=SetSize };

Properties

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

Description

Keeps the floating-point TSizeF size of the rectangle.

Size keeps the Width and Height of the TRectF rectangle.

See Also