set_Y()

RectangleF::set_Y(float) method

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

void System::Drawing::RectangleF::set_Y(float value)

Arguments

ParameterTypeDescription
valuefloatThe value to set

See Also