C# Class CrystalMpq.Explorer.Viewers.FontViewer

Inheritance: CrystalMpq.Explorer.Extensibility.FileViewer
Afficher le fichier Open project: sgraf812/crystalmpq

Méthodes publiques

Méthode Description
FontViewer ( IHost host ) : System

Méthodes protégées

Méthode Description
OnFileChanged ( ) : void
OnPaint ( PaintEventArgs e ) : void
OnScroll ( ScrollEventArgs se ) : void

Private Methods

Méthode Description
DrawAndMeasure ( Graphics graphics, bool draw ) : RectangleF

Method Details

FontViewer() public méthode

public FontViewer ( IHost host ) : System
host IHost
Résultat System

OnFileChanged() protected final méthode

protected final OnFileChanged ( ) : void
Résultat void

OnPaint() protected final méthode

protected final OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnScroll() protected final méthode

protected final OnScroll ( ScrollEventArgs se ) : void
se System.Windows.Forms.ScrollEventArgs
Résultat void