Add

Point.Add method

Adds the specified Size to the specified Point.

public static Point Add(Point point, Size size)
ParameterTypeDescription
pointPointThe Point to add to.
sizeSizeThe Size to add to the point.

Return Value

The Point that is the result of the addition operation.

See Also