Inserts an item to the array at the specified position.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: System.Int32
Zero-based index at which value should be inserted.Type: System.Object
Object to insert.If index equals the number of items in the array, then value is appended to the end.