ZoomPanelResetToLimitsNow Method  | 
 
            Resets the zoom and translation to show the whole content of ZoomPanel. 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
Syntaxpublic void ResetToLimitsNow()
Remarks
            To reset the zoom and translation to show the whole content of ZoomPanel (Viewbox="0 0 1 1") use ResetNow method.
            
See Also