Class createjs.Graphics.BeginPath
Defined in: graphics.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
An inner class used by the createjs.Graphics class to start a drawing path.
|
| Field Attributes | Field Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
createjs.Graphics.BeginPath.get()
Creates a createjs.Graphics.BeginPath object.
|
|
paint(renderer)
|
Class Detail
createjs.Graphics.BeginPath()
An inner class used by the createjs.Graphics class to start a drawing path.
Field Detail
getText
Method Detail
<static>
{createjs.Graphics.BeginPath}
createjs.Graphics.BeginPath.get()
Creates a createjs.Graphics.BeginPath object. This method actually returns
the lazy instance of the createjs.Graphics.BeginPath object.
- Returns:
- {createjs.Graphics.BeginPath}
paint(renderer)
- Parameters:
- renderer