System::Drawing::Rectangle::set_Y method

Rectangle::set_Y method

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

void System::Drawing::Rectangle::set_Y(int value)
ParameterTypeDescription
valueintThe value to set

See Also