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

IImageList.AddImage Method (Icon, Object)

Adds the specified icon to the image list.

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

Syntax

Visual Basic
Sub AddImage ( _
	icon As Icon, _
	key As Object _
)
C#
void AddImage(
	Icon icon,
	Object key
)

Parameters

icon

Type: System.Drawing.Icon

An Icon object representing the icon that should be added to the current image list.
key

Type: System.Object

A key corresponding to the icon.

See Also

Reference