LongoMatch.Drawing.CanvasObjects.Dashboard.ActionLinkObject.Move C# (CSharp) Method

Move() public method

public Move ( Selection s, Point dst, Point start ) : void
s LongoMatch.Core.Store.Drawables.Selection
dst Point
start Point
return void
        public void Move(Selection s, Point dst, Point start)
        {
            line.Move (s, dst, start);
            stop = line.Stop;
        }