Size.op_Addition
Size Addition operator
Adds the width and height of one Size structure to the width and height of another Size structure.
public static Size operator +(Size sz1, Size sz2)
Parameter | Type | Description |
---|---|---|
sz1 | Size | The first Size to add. |
sz2 | Size | The second Size to add. |
Return Value
A Size structure that is the result of the addition operation.
See Also
- struct Size
- namespace System.Drawing
- assembly Aspose.Drawing