Class createjs.Graphics.LineTo
Defined in: graphics.js.
Constructor Attributes | Constructor Name and Description |
---|---|
createjs.Graphics.LineTo(x, y)
An inner class used by the createjs.Graphics class to draw a line.
|
Field Attributes | Field Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
createjs.Graphics.LineTo.get(x, y)
Creates a createjs.Graphics.LineTo object.
|
paint(renderer)
|
Class Detail
createjs.Graphics.LineTo(x, y)
An inner class used by the createjs.Graphics class to draw a line.
- Parameters:
- {number} x
- {number} y
Field Detail
getText
Method Detail
<static>
{createjs.Graphics.LineTo}
createjs.Graphics.LineTo.get(x, y)
Creates a createjs.Graphics.LineTo object.
- Parameters:
- {number} x
- {number} y
- Returns:
- {createjs.Graphics.LineTo}
paint(renderer)
- Parameters:
- renderer