Version 3.17.2
Show:

CanvasEllipse Class

Canvas implementation of the Ellipse class. CanvasEllipse is not intended to be used directly. Instead, use the Ellipse class. If the browser lacks SVG capabilities but has Canvas capabilities, the Ellipse class will point to the CanvasEllipse class.

Item Index

Methods

Properties

Attributes

Methods

_draw

() private

Draws the shape.

Properties

_type

String private

Indicates the type of shape

Attributes

xRadius

Number

Horizontal radius for the ellipse.

yRadius

Number readonly

Vertical radius for the ellipse.