dojox/gfx/_base.defaultEllipse (version 1.10)

Summary

Defines the default Ellipse prototype.

See the dojox/gfx/_base.defaultEllipse reference documentation for more information.

Property Summary

  • cxThe X coordinate of the center of the ellipse, default value 0.
  • cyThe Y coordinate of the center of the ellipse, default value 0.
  • rxThe radius of the ellipse in the X direction, default value 200.
  • ryThe radius of the ellipse in the Y direction, default value 200.
  • typeSpecifies that this object is a type of Ellipse, value is 'ellipse'

Properties

cx
Defined by: dojox/gfx/_base

The X coordinate of the center of the ellipse, default value 0.

cy
Defined by: dojox/gfx/_base

The Y coordinate of the center of the ellipse, default value 0.

rx
Defined by: dojox/gfx/_base

The radius of the ellipse in the X direction, default value 200.

ry
Defined by: dojox/gfx/_base

The radius of the ellipse in the Y direction, default value 200.

type
Defined by: dojox/gfx/_base

Specifies that this object is a type of Ellipse, value is 'ellipse'

Error in the documentation? Can’t find what you are looking for? Let us know!