http://www.emgu.com
Constructs a WText.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic WText(
string text,
Point pos,
int fontSize,
MCvScalar color
)
Public Sub New (
text As String,
pos As Point,
fontSize As Integer,
color As MCvScalar
)
public:
WText(
String^ text,
Point pos,
int fontSize,
MCvScalar color
)
new :
text : string *
pos : Point *
fontSize : int *
color : MCvScalar -> WText
Parameters
- text
- Type: SystemString
Text content of the widget. - pos
- Type: System.DrawingPoint
Position of the text. - fontSize
- Type: SystemInt32
Font size. - color
- Type: Emgu.CV.StructureMCvScalar
Color of the text.
See Also