Giving a Coordinate | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Giving a Coordinate

i need to know. Can i move a word to a location.? like x= 4, y=3. in c?

29th Dec 2016, 10:29 AM
Rindi Hasan
Rindi Hasan - avatar
2 Answers
+ 1
Yeah, if you working on a Windows Form and you are pertaining to a Label, just relocate the label using this code: label.Location = new Point(x,y); and that is if you mean C# and not C.
31st Dec 2016, 10:52 AM
Erwin Mesias
Erwin Mesias - avatar
0
thanks
7th Jan 2017, 2:04 PM
Rindi Hasan
Rindi Hasan - avatar