Draw the text using the specific font on the image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
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