[]
public static extern int GetDpiForMonitor(IntPtr hMonitor, Win32.MONITOR_DPI_TYPE dpiType, ref int dpiX, ref int dpiY)
Public Shared Function GetDpiForMonitor(hMonitor As IntPtr, dpiType As Win32.MONITOR_DPI_TYPE, ByRef dpiX As Integer, ByRef dpiY As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| IntPtr | hMonitor | |
| Win32.MONITOR_DPI_TYPE | dpiType | |
| int | dpiX | |
| int | dpiY |
| Type | Description |
|---|---|
| int |