Struct DpiOf
Used for dpiOf parameter of functions. Has implicit conversions from int (DPI), wnd (DPI of window), IntPtr (DPI of screen handle), POINT (DPI of screen containing point), RECT (DPI of screen containing rectangle), forms Control, WPF DependencyObject. The conversion operators set the DpiOf.Dpi property and the function can use it.
public struct DpiOf
Namespace: Au.Types
Assembly: Au.dll
Constructors
Name | Description |
---|---|
DpiOf(POINT) | |
DpiOf(RECT) | |
DpiOf(wnd) | |
DpiOf(int) | |
DpiOf(nint) | |
DpiOf(DependencyObject) | |
DpiOf(Control) |
Properties
Name | Description |
---|---|
Dpi |