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