Click or drag to resize

ImageSourceStreamInfo Constructor

Creates the object from a stream and frame. The stream contains the requested image and the frame maps the requested index to the frame within this stream.

Namespace:  Atalasoft.Imaging.ImageSources
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ImageSourceStreamInfo(
	Stream imageStream,
	int frame
)

Parameters

imageStream
Type: System.IOStream
The stream that contains the requested image
frame
Type: SystemInt32
The frame within this stream that maps to the image index that was requested from the ImageSource
See Also