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

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

    Parameters

    rc
    horizontalScale
    verticalScale
    See Also