This documentation is for the old version. Go to the latest Graphics Mill docs

TiffExtraChannelCollection.Insert Method

Inserts an extra channel into the collection at the specified index.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub Insert ( _
	index As Integer, _
	item As TiffExtraChannel _
)
C#
public void Insert(
	int index,
	TiffExtraChannel item
)

Parameters

index

Type: System.Int32

A zero-based index at which an extra collection should be added.
item

Type: Aurigma.GraphicsMill.Codecs.TiffExtraChannel

An extra channel to insert.

See Also

Reference