Difference between revisions of "(Image):getWrap"
(update for love 0.6.2) |
m (extra character removed) |
||
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 | + | This functions returns the currently set horizontal and vertical [[WrapMode|wrapping modes]] for the image. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === |
Revision as of 12:26, 6 March 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.