[]
Represents a collection of DrawingShape objects on an IShapeContainer.
public class ShapeCollection : Collection<DrawingShape>, IList<DrawingShape>, ICollection<DrawingShape>, IList, ICollection, IReadOnlyList<DrawingShape>, IReadOnlyCollection<DrawingShape>, IEnumerable<DrawingShape>, IEnumerable
Name | Description |
---|---|
Owner | Gets the IShapeContainer object that owns the collection. |
Name | Description |
---|---|
ClearItems() | |
Clone(IShapeContainer) | Gets clone for this collection. |
IndexOf(int) | Gets the position of an DrawingShape object in the collection. |
InsertItem(int, DrawingShape) | |
Remove(int) | Removes an DrawingShape object from the collection. |
RemoveItem(int) | |
SetItem(int, DrawingShape) |