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

IImageList.AddImage Method (IntPtr, 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 IntPtr, _
	key As Object _
)
C#
void AddImage(
	IntPtr icon,
	Object key
)

Parameters

icon

Type: System.IntPtr

A handle to the icon that should be added to the current image list.
key

Type: System.Object

A key corresponding to the icon.

See Also

Reference