Type Number Library display.* Revision Release 2022.3683 Keywords contentHeight, content See also display.contentHeight display.contentCenterX
The center of the content area along the y axis. Equivalent to display.contentHeight * 0.5
.
See the Project Configuration guide for details on the content area.
local obj = display.newImage( "image.png" ) obj.x = display.contentCenterX obj.y = display.contentCenterY