Difference between revisions of "Quad:getViewport"

Line 1: Line 1:
Возвращает текущее поле вывода для данного Quad.
+
Gets the current viewport of this Quad.
== Функция ==
+
== Function ==
=== Вид ===
+
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
 
x, y, w, h = Quad:getViewport( )
 
x, y, w, h = Quad:getViewport( )
 
</source>
 
</source>
=== Аргументы ===
+
=== Arguments ===
Нет.
+
None.
=== Возвращает ===
+
=== Returns ===
{{param|number|x|Абсцисса верхнего левого угла.}}
+
{{param|number|x|The top-left corner along the x-axis.}}
{{param|number|y|Ордината правого верхнего угла.}}
+
{{param|number|y|The top-right corner along the y-axis.}}
{{param|number|w|Ширина поля вывода.}}
+
{{param|number|w|The width of the viewport.}}
{{param|number|h|Высота поля вывода.}}
+
{{param|number|h|The height of the viewport.}}
== Смотрите также ==
+
== See Also ==
* [[parent::Quad_(Русский)]]
+
* [[parent::Quad]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Возвращает текущее поле вывода для данного Quad.}}
+
{{#set:Description=Gets the current viewport of this Quad.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Quad:getViewport}}
 
{{i18n|Quad:getViewport}}

Revision as of 14:41, 18 March 2012

Gets the current viewport of this Quad.

Function

Synopsis

x, y, w, h = Quad:getViewport( )

Arguments

None.

Returns

number x
The top-left corner along the x-axis.
number y
The top-right corner along the y-axis.
number w
The width of the viewport.
number h
The height of the viewport.

See Also


Other Languages