'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.