Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
Canvas
.Arc
public function
Arc
Prototype:
public function Arc(x,y,w,h,angle1,angle2,filled=false);
Parameters
x
the x coordinate
y
the y coordinate
w
the width of the arc
h
the height of the arc
filled
if set to true, the arc will be filled
Description:
Draws an arc originating in (x,y).
Return value:
Returns null.