Version 3.17.2
Show:

CanvasCircle Class

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

Item Index

Methods

Properties

Attributes

Methods

_draw

() private

Draws the shape.

Properties

_type

String private

Indicates the type of shape

Attributes

height

Number

Indicates the height of the shape

radius

Number

Radius of the circle

width

Number

Indicates the width of the shape