change textbox location C#

C#
txtName.Location = new Point(200,200);
Source

Also in C#: