TcxCanvas.DpiX Property
In This Article
Returns the number of pixels per logical inch along a horizontal axis.
#Declaration
Delphi
property DpiX: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use the DpiX and DpiY properties to identify the logical PPI in both dimensions. These values are the same for all monitors in a system.
See Also