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