Function arcTo

  • Draw an arc from the last point in the path to the given absolute coordinates.

    Parameters

    • c1x: number

      Control point

    • c1y: number

      Control point

    • toX: number

      End point

    • toY: number

      End point

    • radius: number

      Arc radius

    • Optionaloptions: ArcOptions

      Arc options

    Returns LinePathlet