You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

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).
  • No labels