Difference between revisions of "(Image):getWrap"

m (Added fullstop)
m (Remove parent)
 
Line 13: Line 13:
 
{{param|WrapMode|vert|Vertical wrapping mode of the image.}}
 
{{param|WrapMode|vert|Vertical wrapping mode of the image.}}
 
== See Also ==
 
== See Also ==
* [[parent::Image]]
+
* [[Image]]
 
* [[WrapMode]]
 
* [[WrapMode]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 00:12, 20 July 2017

Gets the wrapping properties of an Image.

This function 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