Expression horizontalCenter

An expression that represents halfway between the left and right edges of the rectangle.

Source

al.Expression get horizontalCenter => (left + right) / al.cm(2.0);