C# Class PurplePen.DebugUI.SymbolBrowser

Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( SymbolDB symbolDB ) : void
SymbolBrowser ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

RenderToBitmap ( Symbol sym ) : Bitmap
buttonCreateImage_Click ( object sender, EventArgs e ) : void
buttonPrint_Click ( object sender, EventArgs e ) : void
listBoxSymbol_SelectedIndexChanged ( object sender, EventArgs e ) : void
pictureSymbol_Paint ( object sender, PaintEventArgs e ) : void
printDocument_PrintPage ( object sender, System e ) : void

Method Details

Dispose() protected méthode

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

Initialize() public méthode

public Initialize ( SymbolDB symbolDB ) : void
symbolDB SymbolDB
Résultat void

SymbolBrowser() public méthode

public SymbolBrowser ( ) : System
Résultat System