Skip to content

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

NameSummary
.ctorStores DPI information from which a Visual or UIElement is...

Properties

NameSummary
DpiXGets the DPI on the X axis.
DpiYGets the DPI on the Y axis.
DpiScaleXGets the DPI scale on the X axis.
DpiScaleYGets the DPI scale on the Y axis.

Methods

NameSummary
ToString
GetHashCode
Equals
Deconstruct

Operators

NameSummary
static op_Inequality
static op_Equality