DpiHelper::GetDeviceTop Method (Window^)

Visual Studio 2015
 

Gets the window's top in device units.

Namespace:   Microsoft.VisualStudio.Utilities.Dpi
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
double GetDeviceTop(
	Window^ window
)

Parameters

window
Type: System.Windows::Window^

The window to inspect.

Return Value

Type: System::Double

The window's top in device units.

Return to top
Show: