Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Removes the specified Shape object from the collection. If the specified Shape object does not exist in the collection, no change is made.

Signature
C#
C#
 public void Remove(Shape shape)
Signature
vb.net
vb.net
Public Sub Remove(ByVal shape As Shape)
Parameters
Param
shape
shape

The Shape object to remove from the collection.