Emgu CV Library Documentation
Convert<(Of <(T2>)>) Method
NamespacesEmgu.CVPoint2D<(Of <(T>)>)Convert<(Of <(T2>)>)()()()

www.emgu.com/wiki
Convert this 2D point to the specific format
Declaration Syntax
C#Visual BasicVisual 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()
Generic Template Parameters
T2

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

Return Value
An equavailent 2D point of the specific format

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)