| WindowMove Method |
Sets window position
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void Move(
int x,
int y
)
Public Sub Move (
x As Integer,
y As Integer
)
public:
void Move(
int x,
int y
)
member Move :
x : int *
y : int -> unit
Parameters
- x
- Type: SystemInt32
New x coordinate of top-left corner - y
- Type: SystemInt32
New y coordinate of top-left corner
See Also