Kind: global class
Npmpackage:
Custom constants to identify the functions used for drawing shapes based on lines and curves.
import { CanvasLineTo } from 'ad-canvas'
Represents 'moveTo'
Kind: static constant of CanvasLineTo
Example
CanvasLineTo.MOVE
Represents 'lineTo'.
Kind: static constant of CanvasLineTo
Example
CanvasLineTo.LINE
Represents 'quadraticCurveTo'.
Kind: static constant of CanvasLineTo
Example
CanvasLineTo.QUAD
Represents 'bezierCurveTo'.
Kind: static constant of CanvasLineTo
Example
CanvasLineTo.BEZIER
Represents 'arcTo'.
Kind: static constant of CanvasLineTo
Example
CanvasLineTo.ARC