set_Size()

Rectangle::set_Size(Size) method

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

void System::Drawing::Rectangle::set_Size(Size value)

Arguments

ParameterTypeDescription
valueSizeAn instance of Size class specifying the width and height values to set

See Also