NativeMethodshighgui_moveWindow Method OpenCvSharp Class Library

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

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void highgui_moveWindow(
	string winName,
	int x,
	int y
)

Parameters

winName
Type: SystemString

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

x
Type: SystemInt32

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

y
Type: SystemInt32

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

See Also

Reference