JVCL Help:TJvDeviceInfo.XPxToMM
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDeviceInfo.XPxToMM Method
[+] TJvDeviceInfo Methods
[+] TJvDeviceInfo Properties
Search in JVCL Help
Search in all projectsSummary
Converts a pixel value to a logical millimeter value.
Pascal
functionXPxToMM(Pixels: Integer): Single;
Parameters
Parameters | Description |
Pixels: Integer | Value to convert. |
Return Value
The converted value.
Description
Call XPxToMM to convert a pixel value to a millimeter value. The conversion is done using the mapping of the horizontal extent in the current device context as specified by ReferenceHandle.
This is the opposite of the MMToXPx function.
See Also
TJvDeviceInfo.InchToXPx, TJvDeviceInfo.MMToXPx, TJvDeviceInfo.XPxToInch
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page