Difference between revisions of "ImageData:getWidth"

m (1 revision: Importing from potato (again).)
(Initial version in Portuguese)
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">
width = ImageData:getWidth( )
+
largura = ImageData:getWidth( )
 
</source>
 
</source>
=== Arguments ===
+
=== Argumentos ===
None.
+
Nenhum.
=== Returns ===
+
=== Retornos ===
{{param|number|width|The width of the ImageData.}}
+
{{param|number (Português)|largura|A largura de um ImageData.}}
== See Also ==
+
== Veja Também ==
* [[parent::ImageData]]
+
* [[parent::ImageData (Português)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Gets the width of the ImageData.}}
+
{{#set:Description=Obtém a largura de um ImageData.}}
 +
== Outros Idiomas ==
 +
{{i18n|ImageData:getWidth}}

Revision as of 22:37, 18 January 2011

Obtém a largura de um ImageData.

Função

Sinopse

largura = ImageData:getWidth( )

Argumentos

Nenhum.

Retornos

number (Português) largura
A largura de um ImageData.

Veja Também

Outros Idiomas