Difference between revisions of "ImageData:getWidth"

(Initial version in Portuguese)
m (Undo revision 4680 by Minicz (Talk))
Line 1: Line 1:
Obtém a largura de um ImageData.
+
Gets the width of the ImageData.
== Função ==
+
== Function ==
=== Sinopse ===
+
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
largura = ImageData:getWidth( )
+
width = ImageData:getWidth( )
 
</source>
 
</source>
=== Argumentos ===
+
=== Arguments ===
Nenhum.
+
None.
=== Retornos ===
+
=== Returns ===
{{param|number (Português)|largura|A largura de um ImageData.}}
+
{{param|number|width|The width of the ImageData.}}
== Veja Também ==
+
== See Also ==
* [[parent::ImageData (Português)]]
+
* [[parent::ImageData]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Obtém a largura de um ImageData.}}
+
{{#set:Description=Gets the width of the ImageData.}}
== Outros Idiomas ==
+
== Other Languages ==
 
{{i18n|ImageData:getWidth}}
 
{{i18n|ImageData:getWidth}}

Revision as of 22:39, 18 January 2011

Gets the width of the ImageData.

Function

Synopsis

width = ImageData:getWidth( )

Arguments

None.

Returns

number width
The width of the ImageData.

See Also

Other Languages