Click or drag to resize

BitmapImageLoad Method (Stream)

Load image stored in one of many formats, from stream.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public static IBitmapImage Load(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream from which to load image.

Return Value

Type: IBitmapImage
A new image instance.
Exceptions
ExceptionCondition
NotSupportedExceptionImage format not supported.
See Also