C# 클래스 SharpNeat.View.Viewport

A user control that provides a re-sizable area that can be painted to by an IViewportPainter.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
RefreshImage ( ) : void

Refresh/repaint the image being displayed by the control.

Viewport ( ) : System

Default constructor. Required for user controls.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

RefreshImage() 공개 메소드

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

Viewport() 공개 메소드

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