Click or drag to resize

Plot2dSetPlotSize Method

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
Syntax
public void SetPlotSize(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
The width
height
Type: SystemInt32
The height
See Also