C# Class Bend.LayerVisualization

Inheritance: System.Windows.Forms.UserControl
Show file Open project: jeske/StepsDB-alpha Class Usage Examples

Public Methods

Method Description
LayerVisualization ( ) : System
refreshFromDb ( LayerManager db, MergeCandidate mc = null ) : void

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs ev ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Method Details

LayerVisualization() public method

public LayerVisualization ( ) : System
return System

OnPaint() protected method

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

OnResize() protected method

protected OnResize ( EventArgs ev ) : void
ev System.EventArgs
return void

refreshFromDb() public method

public refreshFromDb ( LayerManager db, MergeCandidate mc = null ) : void
db LayerManager
mc MergeCandidate
return void