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

IImageList.AddImage Method (Bitmap, Object)

Adds the specified bitmap to the image list.

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

Syntax

Visual Basic
Sub AddImage ( _
        image
As Bitmap, _
        key
As Object _
)
C#
void AddImage(
       
Bitmap image,
       
Object key
)

Parameters

image

Type: Aurigma.GraphicsMill.Bitmap

A Bitmap class instance representing the image that should be added to the current image list.
key

Type: System.Object

A key corresponding to the image.

See Also

Reference