[]
        
(Showing Draft Content)

C1.Win.Interop.Point.Add

Add Method

Add(Point, Size)

Adds a Size to a Point.

Declaration
public static Point Add(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.