C# Class SharpNeat.View.Viewport

A user control that provides a re-sizable area that can be painted to by an IViewportPainter.
Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: colgreen/sharpneat Class Usage Examples

Public Methods

Method Description
RefreshImage ( ) : void

Refresh/repaint the image being displayed by the control.

Viewport ( ) : System

Default constructor. Required for user controls.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

PictureBox_DoubleClick ( object sender, System e ) : void
PictureBox_SizeChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

RefreshImage() public method

Refresh/repaint the image being displayed by the control.
public RefreshImage ( ) : void
return void

Viewport() public method

Default constructor. Required for user controls.
public Viewport ( ) : System
return System