ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckBox Class / RescaleConstantsForDpi Method
The DPI value prior to the change.
The DPI value after the change.

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

    Parameters

    deviceDpiOld
    The DPI value prior to the change.
    deviceDpiNew
    The DPI value after the change.
    See Also