An instance of the Shape
public class ShapeCollection: CollectionBase, IEnumerable, IEnumerator
Introduced: X13.
Method | Description |
---|---|
Add | Adds an object of the type Shape to the collection. |
Insert | Inserts an object of the type Shape to the collection at a specified index. |
Remove | Removes an object of the type Shape from the collection. |
Property | Description |
---|---|
Item | Gets an object of type Shape from the collection. |