Click or drag to resize

Thumbnail Constructor

Overload List
  NameDescription
Public methodThumbnail(AtalaImage, String, String)
Creates a new instance of Thumbnail specifying the AtalaImage, caption and tooltip.
Public methodThumbnail(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.
Public methodThumbnail(String, Int32, String, String)
Creates a new instance of Thumbnail specifying the filename, frame index, caption and tooltip.
Public methodThumbnail(RandomAccessImageSource, Int32, String, String)
Creates a new instance of Thumbnail specifying a RandomAccessImageSource, index in the ImageSource for this thumbnail, caption and toolTip.
Top
See Also