Method ResizeWindow
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
ResizeWindow(string, int, int)
Resizes window to the specified size
public static void ResizeWindow(string winName, int width, int height)
Parameters
ResizeWindow(string, Size)
Resizes window to the specified size
public static void ResizeWindow(string winName, Size size)