Difference between revisions of "(Image):getWrap"
m (paren style :)) |
m (Remove parent) |
||
(7 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
Gets the wrapping properties of an Image. | Gets the wrapping properties of an 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| | + | {{param|WrapMode|horiz|Horizontal wrapping mode of the image.}} |
− | {{param| | + | {{param|WrapMode|vert|Vertical wrapping mode of the image.}} |
== See Also == | == See Also == | ||
− | * [[ | + | * [[Image]] |
+ | * [[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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info