MonoHotDraw.Tools.DragTool.DragTool C# (CSharp) 메소드

DragTool() 공개 메소드

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