set_Size()

RectangleF::set_Size(SizeF) method

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

void System::Drawing::RectangleF::set_Size(SizeF value)

Arguments

ParameterTypeDescription
valueSizeFAn instance of SizeF class specifying the width and height values to set

See Also