InfiniteCanvas.ImportFromJson(String) Method

Definition

Import InfiniteCanvas from json string and render the new canvas, this function will empty the Redo/Undo queue.

public void ImportFromJson (string json);
member this.ImportFromJson : string -> unit
Public Sub ImportFromJson (json As String)

Parameters

json
String

InfiniteCanvas json representation

Applies to