Point.Add

Point.Add method

Adds the specified Size to the specified Point.

public static Point Add(Point pt, Size sz)
ParameterTypeDescription
ptPointThe Point to add.
szSizeThe Size to add

Return Value

The Point that is the result of the addition operation.

See Also