Bitmap:getAnchorPoint

From GiderosMobile
Revision as of 14:34, 23 August 2018 by Hgy29 (talk | contribs)

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.