Difference between revisions of "(Image):getWrap"

m (extra character removed)
m (Remove parent)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
Gets the wrapping properties of an Image.
 
Gets the wrapping properties of an Image.
  
This functions returns the currently set horizontal and vertical [[WrapMode|wrapping modes]] for the image.
+
This function returns the currently set horizontal and vertical [[WrapMode|wrapping modes]] for the image.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 8: Line 8:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
None
+
None.
 
=== 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]]
+
* [[Image]]
 
* [[WrapMode]]
 
* [[WrapMode]]
 
[[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 ==
 +
{{i18n|(Image):getWrap}}

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