{{newin (日本語)|[[0.2.1 (日本語)|0.2.1]]|021|type=関数}}

Gets the height in pixels of the window.
== 関数 ==
=== 概要 ===
<source lang="lua">
height = love.graphics.getHeight( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|number|height|ウィンドウの高さ。}}
== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[love.graphics.getWidth (日本語)]]
* [[love.graphics.getDimensions (日本語)]]

[[Category:Functions (日本語)]]
{{#set:Description=Gets the height in pixels of the window.}}
{{#set:Sub-Category=Window (日本語)}}
{{#set:Since=021}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.getHeight}}