C# Class CrystalMpq.Explorer.Viewers.FontViewer

Inheritance: CrystalMpq.Explorer.Extensibility.FileViewer
Datei anzeigen Open project: sgraf812/crystalmpq

Public Methods

Method Description
FontViewer ( IHost host ) : System

Protected Methods

Method Description
OnFileChanged ( ) : void
OnPaint ( PaintEventArgs e ) : void
OnScroll ( ScrollEventArgs se ) : void

Private Methods

Method Description
DrawAndMeasure ( Graphics graphics, bool draw ) : RectangleF

Method Details

FontViewer() public method

public FontViewer ( IHost host ) : System
host IHost
return System

OnFileChanged() protected final method

protected final OnFileChanged ( ) : void
return void

OnPaint() protected final method

protected final OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnScroll() protected final method

protected final OnScroll ( ScrollEventArgs se ) : void
se System.Windows.Forms.ScrollEventArgs
return void