Thumbnail Constructor |
| Name | Description | |
|---|---|---|
| Thumbnail(AtalaImage, String, String) | Creates a new instance of Thumbnail specifying the AtalaImage, caption
and tooltip. | |
| Thumbnail(Stream, Int32, String, String) | Creates a new instance of Thumbnail specifying the stream containing the image, a frame
index to load, the caption and tooltip. | |
| Thumbnail(String, Int32, String, String) | Creates a new instance of Thumbnail specifying the filename, frame index, caption and
tooltip. | |
| Thumbnail(RandomAccessImageSource, Int32, String, String) | Creates a new instance of Thumbnail specifying a
RandomAccessImageSource, index in the ImageSource for this thumbnail, caption and toolTip.
|