MonoHotDraw.SteticComponent.AddWithResizing C# (CSharp) Method

AddWithResizing() public method

public AddWithResizing ( IFigure figure ) : void
figure IFigure
return void
        public void AddWithResizing(IFigure figure)
        {
            Tool = new ResizeCreationTool(this, figure);
        }