C# Class IMAQ.ImageViewerWindow

Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Méthodes publiques

Свойство Type Description
IM CameraController
imageViewer NationalInstruments.Vision.WindowsForms.ImageViewer

Méthodes publiques

Méthode Description
AttachImagesToViewer ( List images, int frame ) : void
AttachToViewer ( VisionImage image ) : void
ImageViewerWindow ( ) : System
WriteToConsole ( string text ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

AttachImagesToViewer() public méthode

public AttachImagesToViewer ( List images, int frame ) : void
images List
frame int
Résultat void

AttachToViewer() public méthode

public AttachToViewer ( VisionImage image ) : void
image VisionImage
Résultat void

Dispose() protected méthode

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

ImageViewerWindow() public méthode

public ImageViewerWindow ( ) : System
Résultat System

WriteToConsole() public méthode

public WriteToConsole ( string text ) : void
text string
Résultat void

Property Details

IM public_oe property

public CameraController,IMAQ IM
Résultat CameraController

imageViewer public_oe property

public NationalInstruments.Vision.WindowsForms.ImageViewer imageViewer
Résultat NationalInstruments.Vision.WindowsForms.ImageViewer