Rect::HCenter

Rect::HCenter
inline T HCenter() const;
Description

HCenter returns a value representing the center of the width. The following expression is used to determine the result:

   (x2 + x1)/2
Return Value

A SIntF value representing the center of the width.

See Also