ImageInsertEventArgs Class |
Namespace: Atalasoft.Imaging.WinControls
The ImageInsertEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | ImageInsertEventArgs(Int32, AtalaImage, String) | Creates a new instance of ImageInsertEventArgs specifying the added image. |
![]() | ImageInsertEventArgs(Int32, RandomAccessImageSource, Int32, String) | Creates a new instance of ImageInsertEventArgs specifying the
ImageSource and frame index of the image. |
![]() | ImageInsertEventArgs(Int32, Stream, Int32, String) | Creates a new instance of ImageInsertEventArgs specifying the stream and frame index of
the image. |
![]() | ImageInsertEventArgs(Int32, String, Int32, String) | Creates a new instance of ImageInsertEventArgs specifying the filename and frame index of
the image. |
Name | Description | |
---|---|---|
![]() | FileName | Gets the filename of the image or null (Nothing in VB) if no filename was provided. |
![]() | FrameIndex | Gets the frame index of the image. |
![]() | Image | Gets the image of null (Nothing in VB) if an image was not provided. |
![]() | ImageSource | Gets the image source containing the image or null (Nothing in VB) if an image source was not provided.
|
![]() | InsertIndex | Gets the index where the image was inserted. |
![]() | Stream | Gets the stream containing the image or null (Nothing in VB) if a stream was not provided. |
![]() | TemporaryXmpFileName | Gets the temporary filename used for XMP annotation data. |
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.) |