TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / ScreenScalingFactor Method / ScreenScalingFactor(Control,Single,Single) Method

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

    Parameters

    control
    horizontalScale
    verticalScale
    See Also