ShellControlHelperGetCurrentDPI Method |
Returns the currently set DPI of the primary monitor.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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