Bottom
Introduction
The Top, Bottom, Left, and Right properties return the X or Y values (as appropriate) of the edges of the Sprite in absolute coordinates. These values are equal to adding half of the width or height to the X or Y of the Sprite, but are provided for convenience.
Getting values
The following code example shows how to use the four edge values to position four Sprites. It assumes a Sprite named LogoSprite:
Last updated