Difference between revisions of "Template:UI Object Attributes (Image)"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
!Description | !Description | ||
|- | |- | ||
− | |rowspan=" | + | |rowspan="3"|img |
|<full url <nowiki>(http://...)</nowiki>> | |<full url <nowiki>(http://...)</nowiki>> | ||
− | |rowspan="2"| | + | |rowspan="2"|Set the image source. |
|- | |- | ||
|<nowiki><path relative to the project's img/ path></nowiki> | |<nowiki><path relative to the project's img/ path></nowiki> | ||
+ | |- | ||
+ | |<empty string> | ||
+ | |Empty picture. | ||
|- | |- | ||
Revision as of 16:31, 14 February 2017
Image attributes
Name | Value | Description |
---|---|---|
img | <full url (http://...)> | Set the image source. |
<path relative to the project's img/ path> | ||
<empty string> | Empty picture. | |
draw | <draw instructions> | Draws the image. See the Draw API
e.g.: line(0,100,20,50,blue);line(50,50,70,70,'255,10,150'); |