SilverlightMappingToolBasic.UI.SuperGraph.View.SuperGraphControl.ZoomOut C# (CSharp) Method

ZoomOut() public method

public ZoomOut ( ) : void
return void
        public void ZoomOut()
        {
            Zoom *= ZoomChangeRatio;
            _lastLocation.Y = _lastLocation.Y/ZoomChangeRatio;
            _lastLocation.X = _lastLocation.X/ZoomChangeRatio;
        }
SuperGraphControl