Difference between revisions of "Quad:getViewport (日本語)"

m (minor fixed.)
m (関連: Added external links (Description of Viewport).)
Line 14: Line 14:
 
== 関連 ==
 
== 関連 ==
 
* [[parent::Quad (日本語)]]
 
* [[parent::Quad (日本語)]]
 +
* [https://app.codegrid.net/entry/whats-viewport 実践!スマホサイトのviewport設定 - viewportとはなにか? | CodeGrid]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=この Quad における現在の表示領域 (Viewport) を取得します。}}
 
{{#set:Description=この Quad における現在の表示領域 (Viewport) を取得します。}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 +
 
== そのほかの言語 ==
 
== そのほかの言語 ==
 
{{i18n|Quad:getViewport}}
 
{{i18n|Quad:getViewport}}

Revision as of 15:30, 20 May 2017

この Quad における現在の表示領域 (Viewport: ビューポート) を取得します。

関数

概要

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

引数

なし。

返値

number x
左上端からの x-軸。
number y
右上端からの x-軸。
number w
表示領域の幅。
number h
表示領域の高さ。

関連


そのほかの言語