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 Pointto add to. | 
| size | Size | The Sizeto 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