Difference between revisions of "(Image):getWrap"

m (extra character removed)
m
Line 11: Line 11:
 
=== Returns ===
 
=== Returns ===
 
{{param|WrapMode|horiz|Horizontal wrapping mode of the image.}}
 
{{param|WrapMode|horiz|Horizontal wrapping mode of the image.}}
{{param|Wrapmode|vert|Vertical wrapping mode of the image.}}
+
{{param|WrapMode|vert|Vertical wrapping mode of the image.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::Image]]
 
* [[parent::Image]]

Revision as of 15:51, 3 May 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