ThumbnailLoadEventArgs Class |
Namespace: Atalasoft.Imaging.WinControls
The ThumbnailLoadEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | ThumbnailLoadEventArgs() | Creates a new instance of ThumbnailLoadEventArgs. |
![]() | ThumbnailLoadEventArgs(AtalaImage, String) | Obsolete. Creates a new instance of ThumbnailLoadEventArgs specifying the image or filename.
|
![]() | ThumbnailLoadEventArgs(AtalaImage, String, Stream) | Creates a new instance of ThumbnailLoadEventArgs specifying the image, filename or stream
used to create the thumbnail. |
Name | Description | |
---|---|---|
![]() | Cancel | Gets or sets a value indicating whether this operation should be canceled. |
![]() | FileName | Gets the filename of the image file that is to be loaded. This value is null (Nothing in VB) if the image
was not loaded from a file. |
![]() | Image | Gets or sets the AtalaImage that was passed into the Thumbnail control. This value is
null (Nothing in VB) if the image is not loaded from an AtalaImage. |
![]() | Stream | Gets or sets the stream used to create the thumbnail. This value is null (Nothing in VB) if the image is
not loaded from a stream. |
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.) |