Represents a strongly typed collection of shapes. The following tables list the members exposed by the ShapeCollection type.
|
Name | Description | |
---|---|---|
![]() |
Overloaded. Initializes a new instance of the ShapeCollection class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets the Shape object, located at the specified position. |
Name | Description | |
---|---|---|
![]() |
Adds the specified Shape object to the ShapeCollection. |
|
![]() |
Creates an exact copy of this ShapeCollection. |
|
![]() |
Checks whether the specified Shape is contained in the ShapeCollection. |
|
![]() |
Returns an array containing the shapes of this ShapeCollection. |
|
![]() |
Returns the index of the first occurrence of the specified Shape object. |
|
![]() |
Inserts the specified Shape object at the specified position within the collection. |
|
![]() |
Removes the first occurrence of the specified Shape object from the collection. |
|
![]() |
Removes the Shape object at the specified index. |