FlowDocumentReader.OnDpiChanged(DpiScale, DpiScale) 메서드

정의

이 유동 문서 읽기 프로그램이 렌더링되는 DPI가 변경될 때 호출됩니다.

protected:
 override void OnDpiChanged(System::Windows::DpiScale oldDpiScaleInfo, System::Windows::DpiScale newDpiScaleInfo);
protected override void OnDpiChanged (System.Windows.DpiScale oldDpiScaleInfo, System.Windows.DpiScale newDpiScaleInfo);
override this.OnDpiChanged : System.Windows.DpiScale * System.Windows.DpiScale -> unit
Protected Overrides Sub OnDpiChanged (oldDpiScaleInfo As DpiScale, newDpiScaleInfo As DpiScale)

매개 변수

oldDpiScaleInfo
DpiScale

이전 DPI 배율 설정입니다.

newDpiScaleInfo
DpiScale

새 DPI 배율 설정입니다.

적용 대상