Converts the specified image to string.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public static string FromImage ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function FromImage( _ |
The image object to convert.
A string representing the specified value.
See Also