Click or drag to resize

ZoomPanelReset Method

Resets the zoom and translation to show the whole content of ZoomPanel (Viewbox="0 0 1 1"). The method also resets the RotationAngle to 0.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public void Reset()
Remarks

If the IsAnimated property is true, the reset is animated. To always make immediate reset use ResetNow method.

To reset to Viewbox Limits use ResetToLimits method.

See Also