|
Name |
Description |
|
Add |
Adds the specified Shape object to the ShapeCollection. |
|
Clone |
Creates an exact copy of this ShapeCollection. |
|
Contains |
Checks whether the specified Shape is contained in the ShapeCollection. |
|
GetValues |
Returns an array containing the shapes of this ShapeCollection. |
|
IndexOf |
Returns the index of the first occurrence of the specified Shape object. |
|
Insert |
Inserts the specified Shape object at the specified position within the collection. |
|
Remove |
Removes the first occurrence of the specified Shape object from the collection. |
|
RemoveAt |
Removes the Shape object at the specified index. |