[]
        
(Showing Draft Content)

C1.Win.Document.Utils.GetSystemResolutionScaleFactors

GetSystemResolutionScaleFactors Method

GetSystemResolutionScaleFactors(out float, out float)

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.

Declaration
public static void GetSystemResolutionScaleFactors(out float x, out float y)
Public Shared Sub GetSystemResolutionScaleFactors(ByRef x As Single, ByRef y As Single)
Parameters
Type Name Description
float x
float y