'Declaration
Protected Overrides Sub RescaleConstantsForDpi( _ ByVal deviceDpiOld As Integer, _ ByVal deviceDpiNew As Integer _ )
protected override void RescaleConstantsForDpi( int deviceDpiOld, int deviceDpiNew )
Parameters
- deviceDpiOld
- The DPI value prior to the change.
- deviceDpiNew
- The DPI value after the change.