ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 System.Drawing.Rectangle, _
       ByRef horizontalScale As System.Single, _
       ByRef verticalScale As System.Single _
    ) 
    public static void ScreenScalingFactor( 
       System.Drawing.Rectangle rc,
       out System.float horizontalScale,
       out System.float verticalScale
    )

    Parameters

    rc
    horizontalScale
    verticalScale
    See Also