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

IImageList.RemoveByKey Method

Removes an image with the specified key from the list.

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

Syntax

Visual Basic
Sub RemoveByKey ( _
	key As Object _
)
C#
void RemoveByKey(
	Object key
)

Parameters

key

Type: System.Object

The key of the image to remove.

Remarks

If the list does not contain an image with the specified key, the list remains unchanged. No exception is thrown.

See Also

Reference