DpiHelper.GetDeviceHeight(Window) Método

Definição

Cuidado

Use Microsoft.VisualStudio.Utilities.DpiAwareness instead.

Somente uso interno da Microsoft.

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

Parâmetros

window
Window

Janela para inspecionar

Retornos

Double

Altura nas unidades do dispositivo

Atributos

Aplica-se a