Smrf.NodeXL.Visualization.Wpf.MouseDrag.MouseDrag C# (CSharp) Method

MouseDrag() public method

Initializes a new instance of the MouseDrag class.
public MouseDrag ( Point mouseDownLocation ) : System
mouseDownLocation Point /// Location where the MouseDown event occurred, in client coordinates. ///
return System
    public MouseDrag
    (
        Point mouseDownLocation
    )
    {
        m_oMouseDownLocation = mouseDownLocation;
        m_bDragIsInProgress = false;

        // AssertValid();
    }