Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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#
Wiki Markup
{description}
{excerpt}Removes the specified [Shape|Shape] object from the collection. If the specified {{Shape}} object does not exist in the collection, no change is made.{excerpt}
{signature:C#}
 public void Remove(Shape shape)
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub Remove(ByVal shape As Shape)
Parameters
Param
shapeshapeThe Shape object to remove from the collection.
{signature}
{parameters}
{param:shape}The {{Shape}} object to remove from the collection.{param}