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

DragTool() public method

public DragTool ( IDrawingEditor editor, IFigure anchor ) : System
editor IDrawingEditor
anchor IFigure
return System
        public DragTool(IDrawingEditor editor, IFigure anchor)
            : base(editor)
        {
            AnchorFigure = anchor;
        }