internal void AddNewTextBox(Point position) { var textBoxWidth = 250; var textBoxHeight = 150; position.Offset(-textBoxWidth / 2, -textBoxHeight / 2); CurrentLayer.AddTextBox(position); }