Click or drag to resize

IndirectionImageSource Constructor

Creates a new instance of IndirectionImageSource specifying the initial RandomAccessImageSource to use.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IndirectionImageSource(
	RandomAccessImageSource imageSource
)

Parameters

imageSource
Type: Atalasoft.ImagingRandomAccessImageSource
The initial RandomAccessImageSource to use.
See Also