RescaleConstantsForDpi Method (XViewLight)
Provides constants for rescaling the control when a DPI change occurs.
protected override void RescaleConstantsForDpi(
int ,
int
)
'Declaration
Protected Overrides Sub RescaleConstantsForDpi( _
ByVal As Integer, _
ByVal As Integer _
)
Parameters
- deviceDpiOld
- The DPI value prior to the change.
- deviceDpiNew
- The DPI value after the change.