Difference between revisions of "Bitmap:getAnchorPoint"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Returns the x and y coordinates of the anchor point.<br /> | Returns the x and y coordinates of the anchor point.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
(number), (number) = Bitmap:getAnchorPoint() | (number), (number) = Bitmap:getAnchorPoint() | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (number) The x coordinate of the anchor point.<br/> | + | '''Returns''' (number) <translate>The x coordinate of the anchor point.</translate><br/> |
− | '''Returns''' (number) The y coordinate of the anchor point.<br/> | + | '''Returns''' (number) <translate>The y coordinate of the anchor point.</translate><br/> |
Revision as of 13:34, 23 August 2018
Available since: Gideros 2011.6
Description
Returns the x and y coordinates of the anchor point.
(number), (number) = Bitmap:getAnchorPoint()
Return values
Returns (number) The x coordinate of the anchor point.
Returns (number) The y coordinate of the anchor point.