ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / XView Class / RescaleConstantsForDpi Method

In This Topic
    RescaleConstantsForDpi Method (XView)
    In This Topic
    Provides constants for rescaling the control when a DPI change occurs.
    Syntax
    'Declaration
     
    Protected Overrides Sub RescaleConstantsForDpi( _
       ByVal deviceDpiOld As System.Integer, _
       ByVal deviceDpiNew As System.Integer _
    ) 
    protected override void RescaleConstantsForDpi( 
       System.int deviceDpiOld,
       System.int deviceDpiNew
    )

    Parameters

    deviceDpiOld
    deviceDpiNew
    See Also