[]
Initializes a new instance of a ImageEntry.
public ImageEntry(string key, Image image)
| Type | Name | Description |
|---|---|---|
| string | key | String used as a key to retrieve the image. |
| Image | image | Image associated with the key. |
Initializes a new instance of a ImageEntry.
public ImageEntry()
Initializes a new instance of a ImageEntry.
protected ImageEntry(SerializationInfo info, StreamingContext context)
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | |
| StreamingContext | context |