C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PointD Structure / Addition Operator
The PointD that is added.
The SizeD that is added.

In This Topic
Addition Operator (PointD)
In This Topic
Adds a SizeD to a PointD.
Syntax
'Declaration
 
Public Operator +( _
   ByVal pt As PointD, _
   ByVal sz As SizeD _
) As PointD
 

Parameters

pt
The PointD that is added.
sz
The SizeD that is added.

Return Value

A PointD representing the result of the addition.
See Also