MindFusion.Wpf Pack Programmer's Guide
JsonImageHandler Interface
Remarks See Also
 





Defines methods that can be used to implement serialization of custom image source types.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public interface JsonImageHandler

Visual Basic  Copy Code

Public Interface JsonImageHandler

 Remarks

Implement 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

JsonImageHandler Members
MindFusion.Diagramming.Wpf Namespace