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);
An expression that represents halfway between the left and right edges of the rectangle.
al.Expression get horizontalCenter => (left + right) / al.cm(2.0);