ellipse

The ellipse() method is used to create an ecllipse.

Parameter Description
cx The x coordinate of the center of the ecllipse.
cy The y coordinate of the center of the ecllipse.
rx The x radius of the ecllipse.
ry The y radius of the ecllipse.

Example

var ctx = node.getComponent(cc.Graphics);
ctx.ellipse(200, 100, 200, 100);
ctx.fill();


Return to the Graphics Component Reference documentation..

results matching ""

    No results matching ""