ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Point2D Structure / Addition Operator / Addition(Point2D,Point2D) Operator

In This Topic
    Addition(Point2D,Point2D) Operator
    In This Topic
    Returns the result of addition of point2 to point1.
    Syntax
    'Declaration
     
    Overloads Public Operator +( _
       ByVal point1 As Point2D, _
       ByVal point2 As Point2D _
    ) As Point2D
    public Point2D operator +( 
       Point2D point1,
       Point2D point2
    )

    Parameters

    point1
    point2
    See Also