Click or drag to resize

RandomAccessImageSourceOnNodeIndexSet Method

This method is called from the RandomAccessImageSource indexer after it has set the ImageSourceNode.Index value.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void OnNodeIndexSet(
	ImageSourceNode node
)

Parameters

node
Type: Atalasoft.ImagingImageSourceNode
The node returned by LowLevelAcquire(Int32) after its Index has been changed.
Remarks
Override this method to customize the index value for the ImageSourceNode used by the base ImageSource class when reloading.
See Also