Defines methods that can be used to implement serialization of custom image source types.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public interface JsonImageHandler |
Visual Basic
Copy Code
|
|---|
Public Interface JsonImageHandler |
RemarksImplement this interface if you need to save custom image sources to JSON format, and assign its instance to the static ImageHandler field of JsonPersistContext. Out of the box, the diagram control can save only BitmapSource images.
See Also