[]
Returns the current scale factor for system resolution regarding to default 96 dpi. For example, if system dpi is 120 then 1.25 will be returned.
public static void GetSystemResolutionScaleFactors(out float x, out float y)
Public Shared Sub GetSystemResolutionScaleFactors(ByRef x As Single, ByRef y As Single)
| Type | Name | Description |
|---|---|---|
| float | x | |
| float | y |