MonoHotDraw.Tools.DragTool.SetLastCoords C# (CSharp) Method

SetLastCoords() protected method

protected SetLastCoords ( double x, double y ) : void
x double
y double
return void
        protected void SetLastCoords(double x, double y)
        {
            LastX = x;
            LastY = y;
        }