C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / RescaleConstantsForDpi Method

In This Topic
RescaleConstantsForDpi Method (C1InputPanel)
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 _
) 
 

Parameters

deviceDpiOld
deviceDpiNew
See Also