RestoreView(String, Boolean) Method

Definition

Assembly PanAndZoom.dll

Restores a previously saved view.

public bool RestoreView(string name, bool animate = true)

Parameters

name
String

The name of the view to restore.

animate
Boolean

Whether to animate the transition.

Returns

Boolean
True if the view was found and restored, false otherwise.