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