C# Class Eto.Wpf.Forms.PerMonitorDpiHelper

Afficher le fichier Open project: picoe/Eto Class Usage Examples

Private Properties

Свойство Type Description
AddHook void
HwndHook System.IntPtr
RemoveHook void
SetScale void
Window_SourceInitialized void

Méthodes publiques

Méthode Description
PerMonitorDpiHelper ( Window window ) : System

Méthodes protégées

Méthode Description
OnScaleChanged ( EventArgs e ) : void

Private Methods

Méthode Description
AddHook ( ) : void
HwndHook ( IntPtr hwnd, int message, IntPtr wparam, IntPtr lparam, bool &handled ) : IntPtr
RemoveHook ( ) : void
SetScale ( uint dpi ) : void
Window_SourceInitialized ( object sender, EventArgs e ) : void

Method Details

OnScaleChanged() protected méthode

protected OnScaleChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

PerMonitorDpiHelper() public méthode

public PerMonitorDpiHelper ( Window window ) : System
window System.Windows.Window
Résultat System