[ static enum ] Type

Class: Arc.

Description:

Enum for arc drawing types: Pie and Chord.

Type: number

Properties:

Name Description

Chord

Draws the arc as a straight chord between the start and end points.

Pie

Draws the arc as a pie shape (arc connected to the center).

Examples:

Arc.Type.Pie