RectangleCollection.Insert Method
Inserts an element into the collection at the specified index.
Thread safety: This property is not thread-safe.
Insert(System.Int32 index, Rectangle item)
Inserts an element into the collection at the specified index.Syntax
public void Insert (
System.Int32 index,
Rectangle item
)
Parameters
index
Type: System.Int32
The zero-based index at which item should be inserted.
The zero-based index at which item should be inserted.
item
Type: Rectangle
The object to insert.
The object to insert.
Platforms
Windows, Linux, Android