An the other point to the current point

C# | Visual Basic | Visual C++ |
public void _Add<TOther>( Point<TOther> other ) where TOther : new(), IComparable
Public Sub _Add(Of TOther As {New, IComparable}) ( _ other As Point(Of TOther) _ )
public: generic<typename TOther> where TOther : gcnew(), IComparable void _Add( Point<TOther>^ other )

- TOther
[Missing <typeparam name="TOther"/> documentation for "M:Emgu.CV.Point`1._Add``1(Emgu.CV.Point{``0})"]

- other (Point<(Of <(TOther>)>))
- The point to be added to this