Plot2dSetPlotLineWidth Method |
http://www.emgu.com
Plot line width
Namespace:
Emgu.CV.Plot
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void SetPlotLineWidth(
int value
)
Public Sub SetPlotLineWidth (
value As Integer
)
public:
void SetPlotLineWidth(
int value
)
member SetPlotLineWidth :
value : int -> unit
Parameters
- value
- Type: SystemInt32
The value
See Also