TdxRichEditControlBase.DpiX Property
Returns the number of pixels per logical inch along the horizontal axis.
Declaration
property DpiX: 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