 | 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
Syntaxpublic 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
See Also