[]
        
(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)
Public Shared Function Add(pt As PointD, sz As SizeD) As PointD
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.