Sprite:getDimensions

From GiderosMobile

This page has been deleted. The deletion, protection, and move log for the page are provided below for reference.

  • 20:11, 11 November 2023 MoKaLux talk contribs deleted page Sprite:getDimensions (content was: "__NOTOC__ '''Available since:''' Gideros 2020.7<br/> '''Class:''' Sprite<br/> === Description === Returns the width and the height of the Sprite in pixels. The dimensions are calculated based on the bounds of the content of the Sprite. <syntaxhighlight lang="lua"> (number), (number) = Sprite:getDimensions() </syntaxhighlight> === Return values === '''Returns''' (number) the Sprite width<br/> '''Returns''' (number) the Sprite height<br/> {{Sprite}}")

There is currently no text in this page. You can search for this page title in other pages, or search the related logs, but you do not have permission to create this page.