(Image):getWrap

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