ThumbnailCaptionRequestEventArgs Class |
Namespace: Atalasoft.Imaging.WinControls
The ThumbnailCaptionRequestEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | ThumbnailCaptionRequestEventArgs(Stream, Int32) | Creates a new instance of ThumbnailCaptionRequestEventArgs specifying the stream and
frame index. |
![]() | ThumbnailCaptionRequestEventArgs(String, Int32) | Creates a new instance of ThumbnailCaptionRequestEventArgs specifying the filename and
frame index. |
![]() | ThumbnailCaptionRequestEventArgs(RandomAccessImageSource, Int32) | Creates a new instance of ThumbnailCaptionRequestEventArgs specifying the image source
and index. |
Name | Description | |
---|---|---|
![]() | Caption | Gets or sets the caption for the thumbnail |
![]() | FileName | Gets the filename of the thumbnail. |
![]() | ImageSource | Gets the image source used for loading the thumbnail. |
![]() | Index | Gets the index used from the image source. |
![]() | Stream | Gets the stream used to generate the thumbnail. |
![]() | ToolTip | Gets or sets the tooltip used for the thumbnail. |
Name | Description | |
---|---|---|
![]() | 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.) |