TdxRichEditControlBase.DpiY Property
In This Article
Returns the number of pixels per logical inch along the vertical axis.
#Declaration
Delphi
property DpiY: Single read;
#Property Value
Type |
---|
Single |
#Remarks
Use the DpiX and DpiY properties to identify the logical PPI in both dimensions. These values are always the same for all monitors in a system. The logical PPI is used to convert all distances and dimensions from on-screen pixels into selected measurement units.
See Also