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