TcxCanvas.DpiY Property
Returns the number of pixels per logical inch along a vertical axis.
Declaration
property DpiY: 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