System.Types.TRect.Size

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Size: TSize read GetSize write SetSize;

C++

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

Properties

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

Description

Returns the size of the rectangle.

Size returns the rectangle's width and height.

See Also