Click or drag to resize

NativeMethodshighgui_resizeWindow Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.highgui_resizeWindow(System.String,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus highgui_resizeWindow(
	string winName,
	int width,
	int height
)

Parameters

winName
Type: SystemString

[Missing <param name="winName"/> documentation for "M:OpenCvSharp.NativeMethods.highgui_resizeWindow(System.String,System.Int32,System.Int32)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:OpenCvSharp.NativeMethods.highgui_resizeWindow(System.String,System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:OpenCvSharp.NativeMethods.highgui_resizeWindow(System.String,System.Int32,System.Int32)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.highgui_resizeWindow(System.String,System.Int32,System.Int32)"]

See Also