Location is just a shorter way of setting the Left and Top...Like so...
 Code:
$object.Left = $x
$object.Top = $y

$textbox.Width = $width
$textbox.Height = $height
$textbox.Left = $x1+$width
$textbox.Top = $y1