{{newin (日本語)|[[0.7.2 (日本語)|0.7.2]]|072|type=関数}}
{{oldin|[[0.8.0]]|080|type=function|text=It has been renamed to [[Canvas:setWrap]]}}
Framebuffer のラッピングプロパティを設定します。

This function sets the way the edges of a Framebuffer are treated if it is scaled or rotated.  WrapMode に 'clamp' が設定されたときは、角を補間しません。 'repeat' の設定時はキャンバスの反対側にあるピクセルにより角を補完します。
== 関数 ==
=== 概要 ===
<source lang="lua">
Framebuffer:setWrap( horiz, vert )
</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=Framebuffer. のラッピングプロパティを設定します。}}
== そのほかの言語 ==
{{i18n (日本語)|Framebuffer:setWrap}}