System::Drawing::SizeF::operator+= method

SizeF::operator+= method

Adds the specified SizeF object’s width and height values to the width and height values of the current SizeF object correspondingly.

SizeF & System::Drawing::SizeF::operator+=(const SizeF &size)
ParameterTypeDescription
sizeconst SizeF&The object to add

ReturnValue

A reference to the self

See Also