set_Location()

Rectangle::set_Location(Point) method

Sets the location of the upper left corner of the rectangle represented by the current object.

void System::Drawing::Rectangle::set_Location(Point value)

Arguments

ParameterTypeDescription
valuePointThe value to set

See Also