Difference between revisions of "Template:UI Object Attributes (Image)"
Jump to navigation
Jump to search
m (Hsyco moved page Template:UI Object Attributes Common Image to UI Object Attributes Image) |
|||
Line 7: | Line 7: | ||
|- | |- | ||
|draw | |draw | ||
− | |draw | + | |Draw instructions |
+ | |Draws the image. See draw.png 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 11:41, 20 December 2013
Image attributes
img | full url (http://...), path relative to /img/ | Changes the image source |
draw | Draw instructions | Draws the image. See draw.png api
e.g.: line(0,100,20,50,blue);line(50,50,70,70,'255,10,150'); |