Converts the specified stream to an image.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public static ImageSource ToImage ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function ToImage( _ |
The stream to convert from.
An ImageSource object deserialized from the specified stream.
See Also