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