TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / ScalingFactorWithDPI Method

In This Topic
    ScalingFactorWithDPI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub ScalingFactorWithDPI( _
       ByVal control As Control, _
       ByRef horizontalScale As Single, _
       ByRef verticalScale As Single _
    ) 
    public static void ScalingFactorWithDPI( 
       Control control,
       out float horizontalScale,
       out float verticalScale
    )

    Parameters

    control
    horizontalScale
    verticalScale
    See Also