An expression that represents halfway between the top and bottom edges of the rectangle.
Source
al.Expression get verticalCenter => (top + bottom) / al.cm(2.0);
An expression that represents halfway between the top and bottom edges of the rectangle.
al.Expression get verticalCenter => (top + bottom) / al.cm(2.0);