System.Types.TRect.GetWidth

From RAD Studio API Documentation
Jump to: navigation, search

C++

LONG GetWidth() const _ALWAYS_INLINE {

Properties

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

Description

Returns the width of the rectangle.

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

See Also