Class ScreenExtensions
Screen extensions.
Inherited Members
Namespace: VisioForge.Core.UI
Assembly: VisioForge.Core.dll
Syntax
public static class ScreenExtensions
Methods
GetDpi(Screen, DpiType, out uint, out uint)
Gets DPI.
Declaration
public static void GetDpi(this Screen screen, DpiType dpiType, out uint dpiX, out uint dpiY)
Parameters
| Type | Name | Description |
|---|---|---|
| Screen | screen | Screen. |
| DpiType | dpiType | DPI type. |
| uint | dpiX | DPI X. |
| uint | dpiY | DPI Y. |