set_X()

Rectangle::set_X(int) method

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

void System::Drawing::Rectangle::set_X(int value)

Arguments

ParameterTypeDescription
valueintThe value to set

See Also