Search
Preparing search index...
The search index is not available
Canevas - v4.4.2
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Canevas - v4.4.2
CircleShape
Class CircleShape
A shape representing a circle.
Hierarchy
Shape
CircleShape
Index
Constructors
constructor
Properties
radius
type
Methods
render
Constructors
constructor
new
Circle
Shape
(
options
?:
CircleShapeOptions
)
:
CircleShape
Parameters
options:
CircleShapeOptions
= {}
Returns
CircleShape
Properties
radius
radius
:
number
= 1.0
type
type
:
string
= 'CircleShape'
Methods
render
render
(
context
:
CanvasRenderingContext2D
)
:
void
Render the shape.
Parameters
context:
CanvasRenderingContext2D
Returns
void
Exports
Circle
Shape
constructor
radius
type
render
Generated using
TypeDoc
A shape representing a circle.