Cv2MoveWindow Method |
Namespace: OpenCvSharp
public static void MoveWindow( string winName, int x, int y )
Public Shared Sub MoveWindow ( winName As String, x As Integer, y As Integer )
public: static void MoveWindow( String^ winName, int x, int y )
static member MoveWindow : winName : string * x : int * y : int -> unit