Inserts an extra channel into the collection at the specified index.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Insert ( _ index As Integer, _ item As TiffExtraChannel _ )
public void Insert( int index, TiffExtraChannel item )
Type: System.Int32
A zero-based index at which an extra collection should be added.