Click or drag to resize

ImageInsertEventArgs Class

This class contains information for an image that was inserted into the collection.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Atalasoft.Imaging.WinControlsImageInsertEventArgs

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class ImageInsertEventArgs : EventArgs

The ImageInsertEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodImageInsertEventArgs(Int32, AtalaImage, String)
Creates a new instance of ImageInsertEventArgs specifying the added image.
Public methodImageInsertEventArgs(Int32, RandomAccessImageSource, Int32, String)
Creates a new instance of ImageInsertEventArgs specifying the ImageSource and frame index of the image.
Public methodImageInsertEventArgs(Int32, Stream, Int32, String)
Creates a new instance of ImageInsertEventArgs specifying the stream and frame index of the image.
Public methodImageInsertEventArgs(Int32, String, Int32, String)
Creates a new instance of ImageInsertEventArgs specifying the filename and frame index of the image.
Top
Properties
  NameDescription
Public propertyFileName
Gets the filename of the image or null (Nothing in VB) if no filename was provided.
Public propertyFrameIndex
Gets the frame index of the image.
Public propertyImage
Gets the image of null (Nothing in VB) if an image was not provided.
Public propertyImageSource
Gets the image source containing the image or null (Nothing in VB) if an image source was not provided.
Public propertyInsertIndex
Gets the index where the image was inserted.
Public propertyStream
Gets the stream containing the image or null (Nothing in VB) if a stream was not provided.
Public propertyTemporaryXmpFileName
Gets the temporary filename used for XMP annotation data.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also