Concept Framework 2.0 documentation Contents | Index

Canvas.Arc

Name Type Access Version Deprecated
Arc function public version 1.0 no

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).

Returns:
Returns null.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:16 2011 GMT(c)2011 RadGs Software