set_Width()

Rectangle::set_Width(int) method

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

void System::Drawing::Rectangle::set_Width(int value)

Arguments

ParameterTypeDescription
valueintThe value to set

See Also