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