Draw the text using the specific font on the image
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public virtual void Draw(
string message,
ref MCvFont font,
Point bottomLeft,
TColor color
)
Public Overridable Sub Draw ( _
message As String, _
ByRef font As MCvFont, _
bottomLeft As Point, _
color As TColor _
)
public:
virtual void Draw(
String^ message,
MCvFont% font,
Point bottomLeft,
TColor color
)
Parameters
- message
- String
The text message to be draw
- font
-
MCvFont
%
The font used for drawing
- bottomLeft
- Point
The location of the bottom left corner of the font
- color
- TColor
The color of the text
See Also