Search
ZoomControl.ToJson Method
See Also
 





Serializes the ZoomControl's data to JSON.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public static string ToJson (
    ZoomControl view
)

Visual Basic  Copy Code

Public Shared Function ToJson( _
    view As ZoomControl _
) As String

 Parameters

view

 Return Value

The JSON string.

 See Also