Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.DPISupporting Namespace / DPIUtils Class / CurrentDPI Property


In This Topic
    CurrentDPI Property
    In This Topic
    Get the current DPI of the application environement.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property CurrentDPI As SizeF
    'Usage
     
    
    Dim value As SizeF
     
    value = DPIUtils.CurrentDPI
    public static SizeF CurrentDPI {get;}
    See Also