Difference between revisions of "(Image):getWrap"

m
m
Line 17: Line 17:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the wrapping properties of an Image.}}
 
{{#set:Description=Gets the wrapping properties of an Image.}}
 +
== Other Languages ==
 +
{{i18n|(Image):getWrap}}

Revision as of 19:17, 18 November 2010

Gets the wrapping properties of an Image.

This functions returns the currently set horizontal and vertical wrapping modes for the image.

Function

Synopsis

horiz, vert = Image:getWrap( )

Arguments

None

Returns

WrapMode horiz
Horizontal wrapping mode of the image.
WrapMode vert
Vertical wrapping mode of the image.

See Also

Other Languages