C# Class IMAQ.ImageViewerWindow

显示文件 Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
IM CameraController
imageViewer NationalInstruments.Vision.WindowsForms.ImageViewer

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public AttachImagesToViewer ( List images, int frame ) : void
images List
frame int
return void

AttachToViewer() public method

public AttachToViewer ( VisionImage image ) : void
image VisionImage
return void

Dispose() protected method

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

ImageViewerWindow() public method

public ImageViewerWindow ( ) : System
return System

WriteToConsole() public method

public WriteToConsole ( string text ) : void
text string
return void

Property Details

IM public_oe property

public CameraController,IMAQ IM
return CameraController

imageViewer public_oe property

public NationalInstruments.Vision.WindowsForms.ImageViewer imageViewer
return NationalInstruments.Vision.WindowsForms.ImageViewer