System.Types.TRectF.GetWidth

From RAD Studio API Documentation
Jump to: navigation, search

C++

float GetWidth() const _ALWAYS_INLINE {

Properties

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

Description

Returns the width of the rectangle.

The type of the width is Single.

Note: Before calling GetWidth, make sure the rectangle is normalized.

See Also