Difference between revisions of "(Image):getWrap"

m
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 ===

Revision as of 02:56, 25 April 2014

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