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

In This Topic
Add Method (PointD)
In This Topic
Adds a SizeD to a PointD.
Syntax
'Declaration
 
Public Shared Function Add( _
   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