In This Topic
Syntax
'Declaration
Public Shared Function GetDpiForMonitor( _
ByVal As IntPtr, _
ByVal As Win32.MONITOR_DPI_TYPE, _
ByRef As Integer, _
ByRef As Integer _
) As Integer
public static int GetDpiForMonitor(
IntPtr ,
Win32.MONITOR_DPI_TYPE ,
ref int ,
ref int
)
Parameters
- hMonitor
- dpiType
- dpiX
- dpiY
See Also