substract the current point with another point and returns the result

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

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

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

The sum of the two point