Gets the wrapping properties of an Image.

This function returns the currently set horizontal and vertical [[WrapMode|wrapping modes]] for the image.
== Function ==
=== Synopsis ===
<source lang="lua">
horiz, vert = Image:getWrap( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|WrapMode|horiz|Horizontal wrapping mode of the image.}}
{{param|WrapMode|vert|Vertical wrapping mode of the image.}}
== See Also ==
* [[Image]]
* [[WrapMode]]
[[Category:Functions]]
{{#set:Description=Gets the wrapping properties of an Image.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|(Image):getWrap}}