Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.DPISupporting Namespace / DPIUtils Class / GetDPISupportingScaleFactor Method


In This Topic
    GetDPISupportingScaleFactor Method
    In This Topic
    Get the array of scale factors that corresspond to the supporting DPIs.
    Syntax
    'Declaration
     
    
    Public Shared Function GetDPISupportingScaleFactor() As Single()
    'Usage
     
    
    Dim value() As Single
     
    value = DPIUtils.GetDPISupportingScaleFactor()
    public static float[] GetDPISupportingScaleFactor()
    See Also