System::Drawing::SizeF::operator+= 方法
SizeF::operator+= method
将指定的 SizeF 对象的宽度和高度值分别加到当前 SizeF 对象的宽度和高度值上。
SizeF & System::Drawing::SizeF::operator+=(const SizeF &size)
| Parameter | Type | 描述 |
|---|---|---|
| size | const SizeF& | 要添加的对象 |
ReturnValue
对自身的引用
另见
- Class SizeF
- Class SizeF
- Namespace System::Drawing
- Library Aspose.Page for C++