'Declaration
Public Sub RescaleForDpi( _ ByVal deviceDpiOld As Integer, _ ByVal deviceDpiNew As Integer _ )
public void RescaleForDpi( int deviceDpiOld, int deviceDpiNew )
Parameters
- deviceDpiOld
- The DPI value prior to the change.
- deviceDpiNew
- The DPI value after the change.