C# Class Bend.LayerVisualization

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: jeske/StepsDB-alpha Class Usage Examples

Méthodes publiques

Méthode Description
LayerVisualization ( ) : System
refreshFromDb ( LayerManager db, MergeCandidate mc = null ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs ev ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Method Details

LayerVisualization() public méthode

public LayerVisualization ( ) : System
Résultat System

OnPaint() protected méthode

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

OnResize() protected méthode

protected OnResize ( EventArgs ev ) : void
ev System.EventArgs
Résultat void

refreshFromDb() public méthode

public refreshFromDb ( LayerManager db, MergeCandidate mc = null ) : void
db LayerManager
mc MergeCandidate
Résultat void