Convert this 2D point to the specific format

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

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

An equavailent 2D point of the specific format