{{newin (日本語)|[[0.7.2 (日本語)|0.7.2]]|072|type=関数}}
{{oldin|[[0.8.0]]|080|type=type|text=It has been renamed to [[Canvas:getWrap]]}}
Gets the wrapping properties of a Framebuffer.

This functions returns the currently set horizontal and vertical [[WrapMode|wrapping modes]] for the framebuffer.
== 関数 ==
=== 概要 ===
<source lang="lua">
horiz, vert = Framebuffer:getWrap( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|WrapMode|horiz|Horizontal wrapping mode of the Framebuffer.}}
{{param (日本語)|WrapMode|vert|Vertical wrapping mode of the Framebuffer.}}
== 関連 ==
* [[parent::Framebuffer (日本語)]]
* [[WrapMode (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the wrapping properties of a Framebuffer.}}
== そのほかの言語 ==
{{i18n (日本語)|Framebuffer:getWrap}}