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

TiffExtraChannelCollection.RemoveAt Method

Removes the extra channel at the specified index of the collection.

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

Syntax

Visual Basic
Public Sub RemoveAt ( _
	index As Integer _
)
C#
public void RemoveAt(
	int index
)

Parameters

index

Type: System.Int32

The zero-based index of the extra channel to remove.

See Also

Reference