Show: Delphi C++
Display Preferences

System.Types.TRectF.Normalize

From XE2 API Documentation
Jump to: navigation, search

C++

void Normalize()

Properties

Type Visibility Source Unit Parent
function public System.Types.hpp System.Types TRectF

Description

Returns a normalized rectangle.

Use Normalize to return a normalized rectangle.

Note: A normalized TRectF object is a rectangle with Top < Bottom or Left < Right.
Note: Several methods of TRectF (Height, Width, IsEmpty, PtInRect, and so on) assume normalized TRectF objects, so use NormalizeRect if Top > Bottom or Left > Right.

See Also

Personal tools
Previous Versions
Translations