Point.Add
Point.Add method
Adds the specified Size to the specified Point.
public static Point Add(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