Class WPFHelpers
Helper methods collection.
Inherited Members
Namespace: Evergine.WPF
Assembly: Evergine.WPF.dll
Syntax
public static class WPFHelpers
Methods
GetDPI(Window)
Gets the DPI density of the visual.
Declaration
public static float GetDPI(Window nativeWindow)
Parameters
Type | Name | Description |
---|---|---|
Window | nativeWindow | Native Window. |
Returns
Type | Description |
---|---|
float | The DPI density. |