Sets the specified bitmap for the specified key.

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

Syntax

Visual Basic

Sub SetImage ( _
	image As Bitmap, _
	key As Object _
)

C#

void SetImage(
	Bitmap image,
	Object key
)

Parameters

image

Type: Aurigma.GraphicsMill..::.Bitmap

A Bitmap class instance representing the image that should be set for the provided key.
key

Type: System..::.Object

A key corresponding to the image.