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}{signature:
}
Signature
vb.net
vb.net
Public Sub Remove(ByVal shape As Shape)
{signature}
{parameters}
{param:shape}The {{Shape}} object to remove from the collection.{param}
Parameters
Param
shape
shape

The Shape object to remove from the collection.