VectorGeometryCollection.Insert Method
Inserts an element into the collection at the specified index.
Thread safety: This property is not thread-safe.
Insert(System.Int32 index, VectorGeometry item)
Inserts an element into the collection at the specified index.Syntax
public void Insert (
System.Int32 index,
VectorGeometry 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: VectorGeometry
The object to insert.
The object to insert.
Platforms
Windows, Linux, Android