Property | Type | Description | |
---|---|---|---|
IM | |||
imageViewer | NationalInstruments.Vision.WindowsForms.ImageViewer |
Method | Description | |
---|---|---|
AttachImagesToViewer ( List |
||
AttachToViewer ( VisionImage image ) : void | ||
ImageViewerWindow ( ) : System | ||
WriteToConsole ( string text ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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 |
public AttachImagesToViewer ( List |
||
images | List |
|
frame | int | |
return | void |
public AttachToViewer ( VisionImage image ) : void | ||
image | VisionImage | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |