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
Parameter | Type | Description |
---|---|---|
size | const SizeF& | The object to add |
Return Value
A reference to the self
See Also
- Class SizeF
- Namespace System::Drawing
- Library Aspose.Slides