Click or drag to resize

Plot2dSetPlotSize Method

http://www.emgu.com
Set the plot size

Namespace:  Emgu.CV.Plot
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public void SetPlotSize(
	int width,
	int height
)

Parameters

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