Skip to content
fahimc edited this page Feb 28, 2013 · 2 revisions

Extends UIElement

lineStyle(thickness,color) - set the line style
drawRect(x,y,w,h,c) - draw a rectangle provide: x,y width,height and the fill colour.
drawRoundRect(x,y,w,h,rad,c) - draw a rounded rectangle provide: x,y width,height, corner radius and the fill colour.
drawCircle(x,y,rad,c) - draw a circle provide: x,y, the radius and the fill colour.

Clone this wiki locally