GetRectCenterY

Parameters
whichRect rect
comment

Returns rectangle's center Y coordinate. This is equal to ((maxY + minY)/2).

Returns zero if whichRect is null or invalid.

patch

1.00

Source
common.j (suggest an edit or discuss on Github)
return type
real
Source code
native GetRectCenterY           takes rect whichRect returns real