{{newin|[[0.8.0]]|080|type=function|text=It has been renamed from [[Framebuffer:getWrap]]}}
Gets the wrapping properties of a Canvas.

This function returns the currently set horizontal and vertical [[WrapMode|wrapping modes]] for the Canvas.
== 関数 ==
=== 概要 ===
<source lang="lua">
horiz, vert = Canvas:getWrap( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|WrapMode|horiz|Canvas のラッピングモード (水平方向)。}}
{{param (日本語)|WrapMode|vert|Canvas のラッピングモード (垂直方向)。}}
== 関連 ==
* [[Canvas (日本語)]]
* [[Canvas:setWrap (日本語)]]
* [[WrapMode (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the wrapping properties of a Canvas.}}
== そのほかの言語 ==
{{i18n (日本語)|Canvas:getWrap}}