ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2L Structure / Addition Operator / Addition(Point2L,Point2L) Operator

In This Topic
    Addition(Point2L,Point2L) Operator
    In This Topic
    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