[]
        
(Showing Draft Content)

C1.Win.Interop.Point.op_Addition

operator + Operator

operator +(Point, Size)

Adds a Size to a Point.

Declaration
public static Point operator +(Point pt, Size sz)
Parameters
Type Name Description
Point pt

The Point that is added.

Size sz

The Size that is added.

Returns
Type Description
Point

A Point representing the result of the addition.