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

    Parameters

    control
    horizontalScale
    verticalScale
    See Also