Difference between revisions of "Bitmap:getAnchorPoint"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate><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 />
Line 8: Line 8:
 
(number), (number) = Bitmap:getAnchorPoint()
 
(number), (number) = Bitmap:getAnchorPoint()
 
</source>
 
</source>
=== Return values ===
+
=== <translate>Return values</translate> ===
'''Returns''' (number) <translate>The x coordinate of the anchor point.</translate><br/>
+
'''<translate>Returns</translate>''' (number) <translate>The x coordinate of the anchor point.</translate><br/>
'''Returns''' (number) <translate>The y coordinate of the anchor point.</translate><br/>
+
'''<translate>Returns</translate>''' (number) <translate>The y coordinate of the anchor point.</translate><br/>

Revision as of 08:28, 24 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.