Difference between revisions of "(Image):getWrap"

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.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|(Image):getWrap}}
 
{{i18n|(Image):getWrap}}

Revision as of 14:07, 20 March 2011

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