[]
Initializes a new instance of a ImageEntry.
public ImageEntry(string key, Image image)
Public Sub New(key As String, image As 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()
Public Sub New()
Initializes a new instance of a ImageEntry.
protected ImageEntry(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | |
| StreamingContext | context |