Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Public Methods

MethodDescription

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

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).
Info
titleSee Also