NativeMethodscvMoveWindow Method OpenCvSharp Class Library

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

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

public static void cvMoveWindow(
	string name,
	int x,
	int y
)

Parameters

name
Type: SystemString

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

x
Type: SystemInt32

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

y
Type: SystemInt32

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

See Also

Reference