C# 클래스 IMAQ.ImageViewerWindow

파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IM CameraController
imageViewer NationalInstruments.Vision.WindowsForms.ImageViewer

공개 메소드들

메소드 설명
AttachImagesToViewer ( List images, int frame ) : void
AttachToViewer ( VisionImage image ) : void
ImageViewerWindow ( ) : System
WriteToConsole ( string text ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
AttachImageHelper ( NationalInstruments viewer, VisionImage image ) : void
ImageViewerWindow_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

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

attachToViewer ( NationalInstruments viewer, VisionImage image ) : void
consoleRichTextBox_TextChanged ( object sender, EventArgs e ) : void
hScrollBar_Change ( int newScrollValue ) : void
hScrollBar_Scroll ( object sender, ScrollEventArgs e ) : void
imageViewer_RoiChanged ( object sender, NationalInstruments e ) : void
setRichTextBox ( RichTextBox box, string text ) : void
setRichTextHelper ( RichTextBox box, string text ) : void

메소드 상세

AttachImagesToViewer() 공개 메소드

public AttachImagesToViewer ( List images, int frame ) : void
images List
frame int
리턴 void

AttachToViewer() 공개 메소드

public AttachToViewer ( VisionImage image ) : void
image VisionImage
리턴 void

Dispose() 보호된 메소드

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

ImageViewerWindow() 공개 메소드

public ImageViewerWindow ( ) : System
리턴 System

WriteToConsole() 공개 메소드

public WriteToConsole ( string text ) : void
text string
리턴 void

프로퍼티 상세

IM 공개적으로 프로퍼티

public CameraController,IMAQ IM
리턴 CameraController

imageViewer 공개적으로 프로퍼티

public NationalInstruments.Vision.WindowsForms.ImageViewer imageViewer
리턴 NationalInstruments.Vision.WindowsForms.ImageViewer