Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

change object position

//sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
panel1.Location = new Point(56,72);
panel1.Size = new Size(264, 152);
Source by forums.codeguru.com #
 
PREVIOUS NEXT
Tagged: #change #object #position
ADD COMMENT
Topic
Name
5+7 =