Difference between revisions of "Template:UI Object Attributes (Image)"

From HSYCO
Jump to navigation Jump to search
Line 8: Line 8:
 
|draw
 
|draw
 
|<draw instructions>
 
|<draw instructions>
|Draws the image. See [[draw|draw api]]
+
|Draws the image. See the[[draw api|draw api]]
 
e.g.: line(0,100,20,50,blue);line(50,50,70,70,'255,10,150');
 
e.g.: line(0,100,20,50,blue);line(50,50,70,70,'255,10,150');
 
|}
 
|}

Revision as of 19:30, 3 March 2014

Image attributes

img <full url (http://...)> | <path relative to /img/> Changes the image source
draw <draw instructions> Draws the image. See thedraw api

e.g.: line(0,100,20,50,blue);line(50,50,70,70,'255,10,150');