Point.op_Addition
Point Addition operator
Translates a Point
by a given Size
.
public static Point operator +(Point pt, Size sz)
Parameter | Type | Description |
---|---|---|
pt | Point | The Point to add. |
sz | Size | The Size to add |
Return Value
The Point
that is the result of the addition operation.
See Also
- struct Size
- struct Point
- namespace System.Drawing
- assembly Aspose.Drawing