Difference between revisions of "Bitmap:getAnchorPoint"

From GiderosMobile
Line 8: Line 8:
 
(number), (number) = Bitmap:getAnchorPoint()
 
(number), (number) = Bitmap:getAnchorPoint()
 
</source>
 
</source>
 +
=== Return values ===
 
'''Returns''' (number) The x coordinate of the anchor point.<br/>
 
'''Returns''' (number) The x coordinate of the anchor point.<br/>
 
'''Returns''' (number) The y coordinate of the anchor point.<br/>
 
'''Returns''' (number) The y coordinate of the anchor point.<br/>

Revision as of 11:45, 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.