operator+=()

SizeF::operator+=(const SizeF&) 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)

Arguments

ParameterTypeDescription
sizeconst SizeF&The object to add

Return Value

A reference to the self

See Also