Converts the specified string value to image.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public static BitmapSource ToImageV4 ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function ToImageV4( _ |
The string value to convert from.
A .NET BitmapSource object that is deserialized from the specified string.
RemarksThis method is used in XML file format 4 and earlier.
See Also