[]
        
(Showing Draft Content)

C1.C1Preview.PointD.Add

Add Method

Add(PointD, SizeD)

Adds a SizeD to a PointD.

Declaration
public static PointD Add(PointD pt, SizeD sz)
Parameters
Type Name Description
PointD pt

The PointD that is added.

SizeD sz

The SizeD that is added.

Returns
Type Description
PointD

A PointD representing the result of the addition.