Click or drag to resize

ImageInsertEventArgs Constructor (Int32, RandomAccessImageSource, Int32, String)

Creates a new instance of ImageInsertEventArgs specifying the ImageSource and frame index of the image.

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 ImageInsertEventArgs(
	int insertIndex,
	RandomAccessImageSource source,
	int frameIndex,
	string temporaryXmpFileName
)

Parameters

insertIndex
Type: SystemInt32
The index where the image was inserted.
source
Type: Atalasoft.ImagingRandomAccessImageSource
The image source containing the image.
frameIndex
Type: SystemInt32
The frame index in the image source.
temporaryXmpFileName
Type: SystemString
The temporary filename used for XMP annotation data.
See Also