Point.op_Addition

Point Addition operator

Translates a Point by a given Size .

public static Point operator +(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