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

IImageList.GetImage Method

Gets an image associated with the specified key.

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

Syntax

Visual Basic
Function GetImage ( _
	key As Object _
) As Bitmap
C#
                Bitmap GetImage(
	Object key
)

Parameters

key

Type: System.Object

The key for which the image should be retrieved.

Return Value

The image associated with the specified key. If the specified key is not found, attempting to get it returns a null reference.

See Also

Reference