ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / ScalingFactorWithDPI Method

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

    Parameters

    control
    horizontalScale
    verticalScale
    See Also