ComponentOne Bitmap for UWP
Addition(Point2L,Point2L) Operator

C1.UWP.DX Assembly > C1.Util.DX Namespace > Point2L Structure > Addition Operator : Addition(Point2L,Point2L) Operator
Returns the result of addition of point2 to point1.
Syntax
'Declaration
 
Overloads Public Operator +( _
   ByVal point1 As Point2L, _
   ByVal point2 As Point2L _
) As Point2L
public Point2L operator +( 
   Point2L point1,
   Point2L point2
)

Parameters

point1
point2
See Also

Reference

Point2L Structure
Point2L Members
Overload List