DpiHelper.GetDeviceLeft(Window) Method

Definition

Gets the window's Left coordinate in device units

public:
 double GetDeviceLeft(System::Windows::Window ^ window);
public double GetDeviceLeft (System.Windows.Window window);
member this.GetDeviceLeft : System.Windows.Window -> double
Public Function GetDeviceLeft (window As Window) As Double

Parameters

window
Window

Window to inspect

Returns

Left coordinate in device units

Applies to