System::Drawing::Rectangle::set_Size method

Rectangle::set_Size method

Sets the width and height of the rectangle represented by the current object.

void System::Drawing::Rectangle::set_Size(Size value)
ParameterTypeDescription
valueSizeAn instance of Size class specifying the width and height values to set

See Also