Point.op_Addition
Point Addition operator
Translates a Point
by a given Size
.
public static Point operator +(Point point, Size size)
Parameter | Type | Description |
---|---|---|
point | Point | The Point to translate. |
size | Size | A Size that specifies the pair of numbers to add to the coordinates of point. |
Return Value
The translated Point
.
See Also
- struct Size
- struct Point
- namespace Aspose.Imaging
- assembly Aspose.Imaging