http://www.emgu.com
Set the plot size
Namespace:
Emgu.CV.Plot
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void SetPlotSize(
int width,
int height
)
Public Sub SetPlotSize (
width As Integer,
height As Integer
)
public:
void SetPlotSize(
int width,
int height
)
member SetPlotSize :
width : int *
height : int -> unit
Parameters
- width
- Type: SystemInt32
The width - height
- Type: SystemInt32
The height
See Also