'宣言 Public Sub RescaleForDpi( _ ByVal deviceDpiOld As Integer, _ ByVal deviceDpiNew As Integer _ )
public void RescaleForDpi( int deviceDpiOld, int deviceDpiNew )
パラメータ
- deviceDpiOld
- The DPI value prior to the change.
- deviceDpiNew
- The DPI value after the change.