Click or drag to resize

ImageInsertEventArgs Constructor

Constructs a new ImageInsertEventArgs.
Overload List
  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
See Also