Public Methods

MethodDescription
AddCreates 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).
AddWithPositionCreates a Shape. PARAMETERS: Name (String), Text (String), ShapeType (Integer), HorizontalPosition (Integer), VerticalPosition (Integer).
RemoveDeletes a Shape object as specified by the given name or ID, from the collection. PARAMETERS: Identifier (String or Integer).

Public Properties

PropertyDescription
_ItemReturns a Shape object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer).
_NewEnum
CountNumber of Shapes in the collection. DATATYPE: Integer.
ItemReturns a Shape object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer).