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