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

ZoomIn() public method

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