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