System::Drawing::RectangleF::set_Size method

RectangleF::set_Size method

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

void System::Drawing::RectangleF::set_Size(SizeF value)
ParameterTypeDescription
valueSizeFAn instance of SizeF class specifying the width and height values to set

See Also