Draw the text using the specific font on the image

C# | Visual Basic | Visual C++ |
public virtual void Draw<T>( string message, ref MCvFont font, Point2D<T> bottomLeft, TColor color ) where T : new(), IComparable
Public Overridable Sub Draw(Of T As {New, IComparable}) ( _ message As String, _ ByRef font As MCvFont, _ bottomLeft As Point2D(Of T), _ color As TColor _ )
public: generic<typename T> where T : gcnew(), IComparable virtual void Draw( String^ message, MCvFont% font, Point2D<T>^ bottomLeft, TColor color )

- T
[Missing <typeparam name="T"/> documentation for "M:Emgu.CV.Image`2.Draw``1(System.String,Emgu.CV.MCvFont@,Emgu.CV.Point2D{``0},`0)"]
Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)