Public Methods
Method | Description |
---|---|
Add | 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). |
AddWithPosition | Creates a Shape. PARAMETERS: Name (String), Text (String), ShapeType (Integer), HorizontalPosition (Integer), VerticalPosition (Integer). |
Remove | Deletes a Shape object as specified by the given name or ID, from the collection. PARAMETERS: Identifier (String or Integer). |
Public Properties
Property | Description |
---|---|
_Item | Returns a Shape object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
_NewEnum | |
Count | Number of Shapes in the collection. DATATYPE: Integer. |
Item | Returns a Shape object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
See Also