{{newin (日本語)|[[0.10.2 (日本語)|0.10.2]]|102|type=関数}}
Gets reference texture dimensions initially specified in [[love.graphics.newQuad]].
== 関数 ==
=== 概要 ===
<source lang="lua">
sw, sh = Quad:getTextureDimensions( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|number|sw|The Texture width used by the Quad.}}
{{param (日本語)|number|sh|The Texture height used by the Quad.}}
== 関連 ==
* [[parent::Quad (日本語)]]
* [[Quad:getViewport (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets reference texture dimensions initially specified in [[love.graphics.newQuad]].}}
== そのほかの言語 ==
{{i18n (日本語)|Quad:getTextureDimensions}}