ShellControlHelperGetCurrentDPI Method |
Returns the currently set DPI of the primary monitor.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic static int GetCurrentDPI()
Public Shared Function GetCurrentDPI As Integer
public:
static int GetCurrentDPI()
static member GetCurrentDPI : unit -> int
Return Value
Int32The current value for Dots per Inch.
See Also