SplitterResizePreviewWindow.Move(Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the SplitterResizePreviewWindow to the given device coordinates.
public:
void Move(double deviceLeft, double deviceTop);
public:
void Move(double deviceLeft, double deviceTop);
void Move(double deviceLeft, double deviceTop);
public void Move (double deviceLeft, double deviceTop);
member this.Move : double * double -> unit
Public Sub Move (deviceLeft As Double, deviceTop As Double)
Parameters
- deviceLeft
- Double
The new device left for the window.
- deviceTop
- Double
The new device top for the window.