{{newin|[[0.7.2]]|072|type=function}}
{{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.
== Function ==
=== Synopsis ===
<source lang="lua">
horiz, vert = Framebuffer:getWrap( )
</source>
=== Arguments ===
None
=== Returns ===
{{param|WrapMode|horiz|Horizontal wrapping mode of the Framebuffer.}}
{{param|WrapMode|vert|Vertical wrapping mode of the Framebuffer.}}
== See Also ==
* [[parent::Framebuffer]]
* [[WrapMode]]
[[Category:Functions]]
{{#set:Description=Gets the wrapping properties of a Framebuffer.}}
== Other Languages ==
{{i18n|Framebuffer:getWrap}}