http://www.emgu.com
Show Text
Namespace:
Emgu.CV.Plot
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void SetShowText(
bool value
)
Public Sub SetShowText (
value As Boolean
)
public:
void SetShowText(
bool value
)
member SetShowText :
value : bool -> unit
Parameters
- value
- Type: SystemBoolean
The value
See Also