JVCL Help:TJvDeviceInfo.YPxToMM
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDeviceInfo.YPxToMM Method
[+] TJvDeviceInfo Methods
[+] TJvDeviceInfo Properties
Search in JVCL Help
Search in all projectsSummary
Converts a pixel value to a logical millimeter value.
Pascal
functionYPxToMM(Pixels: Integer): Single;
Parameters
Parameters | Description |
Pixels: Integer | Value to convert. |
Return Value
The converted value.
Description
Call YPxToMM to convert a pixel value to a millimeter value. The conversion is done using the mapping of the vertical extent in the current device context as specified by ReferenceHandle.
This is the opposite of the MMToYPx function.
See Also
TJvDeviceInfo.InchToYPx, TJvDeviceInfo.MMToYPx, TJvDeviceInfo.XPxToMM
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