Thumbnail Class |
Namespace: Atalasoft.Imaging.WinControls
The Thumbnail type exposes the following members.
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.
|
Name | Description | |
---|---|---|
![]() | FileInfo | Gets the file information associated with the thumbnail image if it was loaded from a file. |
![]() | FilePath | Gets the file path associated with the thumbnail image if it was loaded from a file. |
![]() | FrameIndex | Gets the zero based frame index of the thumbnail if it was loaded from a file and is a multipage image
such as a TIFF. |
![]() | Image | Gets the thumbnail AtalaImage. |
![]() | LoadErrorMessage | Gets or sets the error message rendered when there is an error creating the thumbnail. |
![]() | Row | Gets the DataRow for this Thumbnail when the ThumbnailView is data bound.
|
![]() | Selected | Gets or sets a value indicating whether this thumbnail is currently selected. |
![]() | Source | Gets the RandomAccessImageSource used for this thumbnail. |
![]() | Stream | Gets or sets the stream containing the full size image. |
![]() | Tag | Gets or sets an object that may be used to keep additional data with the Thumbnail.
|
![]() | Text | Gets or sets the text caption associated with this Thumbnail object. |
![]() | ToolTip | Gets or sets the tooltip for the Thumbnail. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a copy the Thumbnail. |
![]() | CompareTo | Compares two Thumbnail objects to determine if they are the same. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |