System.Types.TRectF.Normalize

From RAD Studio API Documentation
Jump to: navigation, search

C++

void Normalize() _ALWAYS_INLINE {

Properties

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

Description

Use Normalize to normalize a rectangle.

The Normalize function switches the Top and Bottom members if the Top is greater than the Bottom, and it switches the Left and the Right if the Left is greater than the Right.

Notes:

See Also