Method Add
Add(Point, Size)
Adds the specified Size to the specified Point.
public static Point Add(Point pt, Size sz)
Parameters
Returns
- Point
The Point that is the result of the addition operation.
Adds the specified Size to the specified Point.
public static Point Add(Point pt, Size sz)
The Point that is the result of the addition operation.