Interface MoveContext

An interface for the moveTo() method of the CanvasPathMethods API.

interface MoveContext {
    moveTo(x, y): void;
}

Methods

Methods

  • moveTo() method of the CanvasPathMethods API.

    Parameters

    • x: number
    • y: number

    Returns void