System.Types.TRect.GetSize

From RAD Studio API Documentation
Jump to: navigation, search

C++

TSize GetSize() const _ALWAYS_INLINE {

Properties

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

Description

Returns the size of the rectangle.

GetSize returns the rectangle's width and height.

See Also