Method AddShape
AddShape(string)
Adds a shape to the current scene.
Declaration
public int AddShape(string shapeString)Parameters
| Type | Name | Description | 
|---|---|---|
| string | shapeString | The character string describing the shape points. See Shape for details. You can use Scene.Shape class to manipulate individual points of a shape. | 
Returns
| Type | Description | 
|---|---|
| int | Rank of the new shape. |