System.Types.TRectF.GetSize

From RAD Studio API Documentation
Jump to: navigation, search

C++

TSizeF GetSize() const _ALWAYS_INLINE {

Properties

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

Description

Returns the floating-point TSizeF size of the rectangle.

GetSize returns the rectangle's width and height as the floating-point Width and Height properties of the TSizeF record.

The Width and Height properties have Single values.

See Also