DisplayDpi struct¶
Defined in
Namespace: CrissCross.WPF.UI.Hardware
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Hardware.DisplayDpi
Modifiers: public sealed
Summary¶
Stores DPI information from which a Visual or UIElement is rendered.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class DisplayDpi
class IEquatable~DisplayDpi~ {
<>
}
IEquatable~DisplayDpi~ <|.. DisplayDpi
Implements: IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Stores DPI information from which a Visual or UIElement is... |
Properties¶
| Name | Summary |
|---|---|
| DpiX | Gets the DPI on the X axis. |
| DpiY | Gets the DPI on the Y axis. |
| DpiScaleX | Gets the DPI scale on the X axis. |
| DpiScaleY | Gets the DPI scale on the Y axis. |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |