You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Public Methods
Method | Description |
---|
| Creates and returns a new Shape. Valid Shape types are: Rectangle = 1, Rounded Rectangle = 2, Ellipse = 3, Pentagon = 4, Hexagon = 5, Octagon = 6, Note = 7. PARAMETERS: Name (String), Text (String), ShapeType (Integer). |
| Creates a Shape. PARAMETERS: Name (String), Text (String), ShapeType (Integer), HorizontalPosition (Integer), VerticalPosition (Integer). |
| Deletes a Shape object as specified by the given name or ID, from the collection. PARAMETERS: Identifier (String or Integer). |
Public Properties
Property | Description |
---|
| Returns a Shape object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
|
|
| Number of Shapes in the collection. DATATYPE: Integer. |
| Returns a Shape object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |