Difference between revisions of "(Image):getWrap"

m
m (Added fullstop)
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.}}

Revision as of 13:35, 27 September 2016

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