ListBox.RescaleConstantsForDpi(Int32, Int32) メソッド
定義
DPI の変更が発生したときに、コントロールの再スケーリングの定数を提供します。Provides constants for rescaling the control when a DPI change occurs.
protected:
override void RescaleConstantsForDpi(int deviceDpiOld, int deviceDpiNew);
protected override void RescaleConstantsForDpi (int deviceDpiOld, int deviceDpiNew);
override this.RescaleConstantsForDpi : int * int -> unit
Protected Overrides Sub RescaleConstantsForDpi (deviceDpiOld As Integer, deviceDpiNew As Integer)
パラメーター
- deviceDpiOld
- Int32
変更前の DPI 値。The DPI value prior to the change.
- deviceDpiNew
- Int32
変更後の DPI 値。The DPI value after the change.