Class createjs.Graphics.ArcTo
Defined in: graphics.js.
Constructor Attributes | Constructor Name and Description |
---|---|
createjs.Graphics.ArcTo(x1, y1, x2, y2, radius)
An inner class used by the createjs.Graphics class to draw an arc between two
tangents.
|
Field Attributes | Field Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
createjs.Graphics.ArcTo.get(x1, y1, x2, y2, radius)
Creates a createjs.Graphics.ArcTo object.
|
paint(renderer)
|
Class Detail
createjs.Graphics.ArcTo(x1, y1, x2, y2, radius)
An inner class used by the createjs.Graphics class to draw an arc between two
tangents.
- Parameters:
- {number} x1
- {number} y1
- {number} x2
- {number} y2
- {number} radius
Field Detail
getText
Method Detail
<static>
{createjs.Graphics.ArcTo}
createjs.Graphics.ArcTo.get(x1, y1, x2, y2, radius)
Creates a createjs.Graphics.ArcTo object.
- Parameters:
- {number} x1
- {number} y1
- {number} x2
- {number} y2
- {number} radius
- Returns:
- {createjs.Graphics.ArcTo}
paint(renderer)
- Parameters:
- renderer