TrayGetDpiForWindow Method |
IT Hit User File System
Namespace:
ITHit.FileSystem.Windows.WinUI
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic static int GetDpiForWindow(
IntPtr hwnd
)
Public Shared Function GetDpiForWindow (
hwnd As IntPtr
) As Integer
public:
static int GetDpiForWindow(
IntPtr hwnd
)
static member GetDpiForWindow :
hwnd : IntPtr -> int
Parameters
- hwnd
- Type: SystemIntPtr
Return Value
Type:
Int32
See Also