set_Y()

Rectangle::set_Y(int) 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)

Arguments

ParameterTypeDescription
valueintThe value to set

See Also