dxGetMonitorDPI(TPoint) Method
In This Article
Returns the specified monitor device’s DPI.
#Declaration
#Parameters
Name | Type |
---|---|
AScreen |
TPoint |
#Returns
Type |
---|
Integer |
#Remarks
The first overloaded variant of the dxGetMonitorDPI global function returns the DPI value of a monitor passed as the AMonitor parameter. The second overloaded variant returns the DPI value of the monitor identified by a screen space position passed as the AScreenPoint parameter.
See Also