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
- return type
real
- Source code
native GetRectCenterY takes rect whichRect returns real