API Documentation for: 1.0.0
Show:

Graphics.LineTo Class

Defined in: Graphics.LineTo:1625
Module: EaselJS

Graphics command object. See lineTo and append for more information. See Graphics and append for more information.

Constructor

Graphics.LineTo

(
  • x
  • y
)

Parameters:

Item Index

Methods

Properties

Methods

exec

(
  • ctx
)

Defined in exec:1640

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

x

Number

Defined in x:1632

y

Number

Defined in y:1636