Insert Method
Insert(int, Color)
Inserts the specified Color at the specified index of the collection.
Declaration
public void Insert(int index, Color clr)
Public Sub Insert(index As Integer, clr As Color)
Parameters
| Type |
Name |
Description |
| int |
index |
Index.
|
| Color |
clr |
The Color to insert.
|
See Also