System::Drawing::RectangleF::set_Y method

RectangleF::set_Y 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)
ParameterTypeDescription
valuefloatThe value to set

See Also