Move Window
The window that you want to move and/or resize.
Input
- Window: It retrieves the window object.
- Type:
ArenaRobotics.Domain.Entities.Window - Required
- Type:
- X: If set, will move the window to this location.
- Type:
System.Nullable<System.Int32>
- Type:
- Y: If set, will move the window to this location.
- Type:
System.Nullable<System.Int32>
- Type:
- Width: If set, will move the window to this location.
- Type:
System.Nullable<System.Int32>
- Type:
- Height: If set, will move the window to this location.
- Type:
System.Nullable<System.Int32>
- Type: