Struct DisplayDpi
public readonly struct DisplayDpi
- Inherited Members
Constructors
DisplayDpi(double, double)
Initializes a new instance of the DisplayDpi structure.
public DisplayDpi(double dpiScaleX, double dpiScaleY)
Parameters
DisplayDpi(int, int)
Initializes a new instance of the DisplayDpi structure.
public DisplayDpi(int dpiX, int dpiY)
Parameters
Properties
DpiScaleX
Gets the DPI scale on the X axis.
public double DpiScaleX { get; }
Property Value
DpiScaleY
Gets the DPI scale on the Y axis.
public double DpiScaleY { get; }
Property Value
DpiX
Gets the DPI on the X axis.
public int DpiX { get; }
Property Value
DpiY
Gets the DPI on the Y axis.
public int DpiY { get; }