Point.Add
Point.Add method
Adds the specified Size
to the specified Point
.
public static Point Add(Point point, Size size)
Parameter | Type | Description |
---|---|---|
point | Point | The Point to add to. |
size | Size | The Size to add to the point. |
Return Value
The Point
that is the result of the addition operation.
See Also
- struct Size
- struct Point
- namespace Aspose.Imaging
- assembly Aspose.Imaging