Convert this point to the specific type

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

- TOther
[Missing <typeparam name="TOther"/> documentation for "M:Emgu.CV.Point`1.Convert``1"]

An equavailent point of the specific type