dojox
»
gfx
»
Circle
» _renderShape
dojox.gfx.Circle._renderShape
dojo.require("dojox.gfx.canvas");
defined in dojox/gfx/canvas.js
Usage
function (/*
Object
*/ ctx)
(view source)
var
s =
this
.
shape
; ctx.
beginPath
(
)
; ctx.
arc
(
s.
cx
, s.
cy
, s.
r
,
0
, twoPI,
1
)
;
parameter
type
description
ctx
Object