Gets the current viewport of this Quad.
== 関数 ==
=== 概要 ===
<source lang="lua">
x, y, w, h = Quad:getViewport( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|number|x|The top-left corner along the x-axis.}}
{{param (日本語)|number|y|The top-left corner along the y-axis.}}
{{param (日本語)|number|w|The width of the viewport.}}
{{param (日本語)|number|h|The height of the viewport.}}
== 関連 ==
* [[parent::Quad (日本語)]]
* [[Quad:setViewport (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the current viewport of this Quad.}}
{{#set:Since=000}}

== そのほかの言語 ==
{{i18n (日本語)|Quad:getViewport}}