C# 클래스 CrystalMpq.Explorer.Viewers.FontViewer

상속: CrystalMpq.Explorer.Extensibility.FileViewer
파일 보기 프로젝트 열기: sgraf812/crystalmpq

공개 메소드들

메소드 설명
FontViewer ( IHost host ) : System

보호된 메소드들

메소드 설명
OnFileChanged ( ) : void
OnPaint ( PaintEventArgs e ) : void
OnScroll ( ScrollEventArgs se ) : void

비공개 메소드들

메소드 설명
DrawAndMeasure ( Graphics graphics, bool draw ) : RectangleF

메소드 상세

FontViewer() 공개 메소드

public FontViewer ( IHost host ) : System
host IHost
리턴 System

OnFileChanged() 보호된 최종 메소드

protected final OnFileChanged ( ) : void
리턴 void

OnPaint() 보호된 최종 메소드

protected final OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnScroll() 보호된 최종 메소드

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