Class DPIHelper
Inherited Members
Namespace: VisioForge.Core.Helpers
Assembly: VisioForge.Core.dll
Syntax
public static class DPIHelper
Methods
GetDpi(Rectangle, DpiType, out uint, out uint)
Declaration
public static void GetDpi(Rectangle monitorBounds, DPIHelper.DpiType dpiType, out uint dpiX, out uint dpiY)
Parameters
| Type | Name | Description |
|---|---|---|
| Rectangle | monitorBounds | |
| DPIHelper.DpiType | dpiType | |
| uint | dpiX | |
| uint | dpiY |