Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== DPI property (System) ====== ==== Description ==== Returns the System DPI Setting, i.e. the DPI of the primary monitor. ==== Property Value ==== This property is an @fm-delimited array containing the system DPI values. <1> X (horizontal) DPI <2> Y (vertical) Position ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |N/A|Get|No|No|No| ==== Remarks ==== This property is essentially a wrapper around the GetDeviceCaps Windows API function for the LOGPIXELSX and LOGPIXELSY attributes, so please refer to the documentation on the Microsoft website for further information. ==== Example ==== <code> // Get the System DPI SystemDPI = Get_Property( "SYSTEM", "DPI" ) </code> ==== See Also ==== Common GUI DPI Property, Appendix K - High DPI Programming guides/oi10/presentation_server/dpi_property_system.txt Last modified: 2023/10/25 10:49by 127.0.0.1