Difference between revisions of "TextureBase:getHeight"

From GiderosMobile
Line 8: Line 8:
 
(number) = TextureBase:getHeight()
 
(number) = TextureBase:getHeight()
 
</source>
 
</source>
 +
=== Return values ===
 
'''Returns''' (number) The height of the texture in pixels.<br/>
 
'''Returns''' (number) The height of the texture in pixels.<br/>

Revision as of 11:45, 23 August 2018

Available since: Gideros 2011.6

Description


Returns the height of the texture in pixels.

(number) = TextureBase:getHeight()

Return values

Returns (number) The height of the texture in pixels.