DpiHelper.SetDeviceLeft(Window, 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.
Sets the window's Left coordinate using device units
public:
void SetDeviceLeft(System::Windows::Window ^ % window, double deviceLeft);
public void SetDeviceLeft (ref System.Windows.Window window, double deviceLeft);
member this.SetDeviceLeft : Window * double -> unit
Public Sub SetDeviceLeft (ByRef window As Window, deviceLeft As Double)
Parameters
- window
- Window
Window to modify
- deviceLeft
- Double
New left coordinate in device units