Smrf.NodeXL.Visualization.Wpf.NodeXLControl.CenterGraphZoom C# (CSharp) Method

CenterGraphZoom() protected method

protected CenterGraphZoom ( ) : void
return void
    CenterGraphZoom()
    {
        AssertValid();

        ScaleTransform oScaleTransformForRender = this.ScaleTransformForRender;

        oScaleTransformForRender.CenterX = this.ActualWidth / 2.0;
        oScaleTransformForRender.CenterY = this.ActualHeight / 2.0;
    }
NodeXLControl