[]
Entry in a ImageCollection.
[TypeConverter(typeof(ImageEntryTypeConverter))]
public class ImageEntry : ICloneable, ISerializable
Each entry contains an Image and its associated Key.
Entries may be retrieved from the collection by index or by key.
Name | Description |
---|---|
ImageEntry() | Initializes a new instance of a ImageEntry. |
ImageEntry(SerializationInfo, StreamingContext) | Initializes a new instance of a ImageEntry. |
ImageEntry(string, Image) | Initializes a new instance of a ImageEntry. |
Name | Description |
---|---|
Image | Image in the ImageCollection. |
Key | Gets or sets the key used to retrieve the image from the ImageCollection. |