System::Drawing::Rectangle::set_X method

Rectangle::set_X 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)
ParameterTypeDescription
valueintThe value to set

See Also