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

OnMouseDownMiddle() protected method

protected OnMouseDownMiddle ( Point oMouseLocation ) : void
oMouseLocation Point
return void
    OnMouseDownMiddle
    (
        Point oMouseLocation
    )
    {
        AssertValid();

        // The user might want to translate the zoomed graph by dragging with
        // the mouse.

        StartTranslationDrag(oMouseLocation);
    }
NodeXLControl