Point.Add Method
Returns the Point that results from adding the current Point to the specified Point.
Thread safety: This method is thread-safe.
Add(Point point)
Returns the Point that results from adding the current Point to the specified Point.Syntax
public Point Add (
Point point
)
Parameters
point
Type: Point
The point whose coordinates are added to the current point.
The point whose coordinates are added to the current point.
Return Value
Type: Point
A point whose coordinates are the result of adding the current point to point.
A point whose coordinates are the result of adding the current point to point.
Platforms
Windows, Linux, Android