DpiHelper.GetDeviceTop(Window) Methode

Definition

Achtung

Use Microsoft.VisualStudio.Utilities.DpiAwareness instead.

Nur für die interne Verwendung durch Microsoft vorgesehen.

public:
[System::Runtime::CompilerServices::Extension]
 static double GetDeviceTop(System::Windows::Window ^ window);
public static double GetDeviceTop (this System.Windows.Window window);
[System.Obsolete("Use Microsoft.VisualStudio.Utilities.DpiAwareness instead.")]
public static double GetDeviceTop (this System.Windows.Window window);
static member GetDeviceTop : System.Windows.Window -> double
[<System.Obsolete("Use Microsoft.VisualStudio.Utilities.DpiAwareness instead.")>]
static member GetDeviceTop : System.Windows.Window -> double
<Extension()>
Public Function GetDeviceTop (window As Window) As Double

Parameter

window
Window

Zu überprüfende Fenster

Gibt zurück

Double

Obere Koordinate in Geräte Einheiten

Attribute

Gilt für