ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / XViewLight Class / RescaleConstantsForDpi Method
The DPI value prior to the change.
The DPI value after the change.

In This Topic
    RescaleConstantsForDpi Method (XViewLight)
    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
    The DPI value prior to the change.
    deviceDpiNew
    The DPI value after the change.
    See Also