ActiveReports 13
Addition Operator (Point)

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Point Structure : Addition Operator
The Point to translate.
A Size that specifies the pair of numbers to add to the coordinates of pt.
Translates a Point by a given Size.
Syntax
'Declaration
 
Public Operator +( _
   ByVal p1 As Point, _
   ByVal sz As Size _
) As Point
public Point operator +( 
   Point p1,
   Size sz
)

Parameters

p1
The Point to translate.
sz
A Size that specifies the pair of numbers to add to the coordinates of pt.

Return Value

The translated Point.
See Also

Reference

Point Structure
Point Members