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
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