Adds a SizeD to a PointD.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static PointD operator +(
	PointD pt,
	SizeD sz
)
Visual Basic
Public Shared Operator + ( _
	pt As PointD, _
	sz As SizeD _
) As PointD

Parameters

pt
Type: C1.C1Preview..::..PointD
The PointD that is added.
sz
Type: C1.C1Preview..::..SizeD
The SizeD that is added.

Return Value

A PointD representing the result of the addition.

See Also