| Cv2ResizeWindow Method (String, Int32, Int32) |
Resizes window to the specified size
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static void ResizeWindow(
string winName,
int width,
int height
)
Public Shared Sub ResizeWindow (
winName As String,
width As Integer,
height As Integer
)
public:
static void ResizeWindow(
String^ winName,
int width,
int height
)
static member ResizeWindow :
winName : string *
width : int *
height : int -> unit
Parameters
- winName
- Type: SystemString
Window name - width
- Type: SystemInt32
The new window width - height
- Type: SystemInt32
The new window height
See Also