C# 클래스 PurplePen.DebugUI.DescriptionBrowser

파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 메소드들

메소드 설명
DescriptionBrowser ( ) : System
GetBitmapFileName ( EventDB eventDB, Id courseId, string extra, DescriptionKind kind ) : string
Initialize ( EventDB eventDB, SymbolDB symbolDB ) : void
RenderToBitmap ( SymbolDB symbolDB, DescriptionLine description, DescriptionKind kind, int numColumns ) : Bitmap

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
GetDescription ( ) : DescriptionLine[]
GetDescriptionKind ( ) : DescriptionKind
GetTestFile ( string basename ) : string
GetTestFileDirectory ( ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PopupCanceled ( object sender, EventArgs args ) : void
PopupSelected ( object sender, SymbolPopupEventArgs args ) : void
ShowDropDown ( char column, int line, Point pt ) : void
UpdateDescriptionRenderer ( ) : void
UpdateDescriptionSize ( ) : void
buttonPrint_Click ( object sender, EventArgs e ) : void
buttonSaveBitmap_Click ( object sender, EventArgs e ) : void
comboBoxKind_SelectedIndexChanged ( object sender, EventArgs e ) : void
customKeyCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
listBoxCourses_SelectedIndexChanged ( object sender, EventArgs e ) : void
pictureBoxDescription_MouseDown ( object sender, MouseEventArgs e ) : void
pictureBoxDescription_Paint ( object sender, PaintEventArgs e ) : void
printDocument_PrintPage ( object sender, System e ) : void
textBoxPixels_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

DescriptionBrowser() 공개 메소드

public DescriptionBrowser ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GetBitmapFileName() 공개 정적인 메소드

public static GetBitmapFileName ( EventDB eventDB, Id courseId, string extra, DescriptionKind kind ) : string
eventDB EventDB
courseId Id
extra string
kind DescriptionKind
리턴 string

Initialize() 공개 메소드

public Initialize ( EventDB eventDB, SymbolDB symbolDB ) : void
eventDB EventDB
symbolDB SymbolDB
리턴 void

RenderToBitmap() 공개 정적인 메소드

public static RenderToBitmap ( SymbolDB symbolDB, DescriptionLine description, DescriptionKind kind, int numColumns ) : Bitmap
symbolDB SymbolDB
description DescriptionLine
kind DescriptionKind
numColumns int
리턴 Bitmap