Click or drag to resize

ImageStreamEventArgs Constructor (Stream, Int64)

Creates a new instance of ImageStreamEventArgs specifying the stream and number of bytes.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ImageStreamEventArgs(
	Stream stream,
	long bytes
)

Parameters

stream
Type: System.IOStream
The stream for this event.
bytes
Type: SystemInt64
The number of bytes for this event.
See Also