![]() |
BioImager
4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
|
Public Member Functions | |
| ImageView | GetViewer (int i) |
| ImageView? | GetViewer (string name) |
| int | GetViewerCount () |
| void | RemoveViewer (ImageView v) |
| void | AddViewer (ImageView v) |
| TabsView (BioImage arg) | |
| TabsView (string[] arg) | |
| void | AddTab (BioImage b) |
| void | RemoveTab (BioImage b) |
| bool | HasTab (string name) |
| bool | HasTab (BioImage image) |
| void | ResizeView () |
| void | OpenInNewProcess (string file) |
| void | UpdateViewMode (ImageView.ViewMode v) |
| void | SetTab (int i) |
| Sets the current tab index. | |
| void | RenameTab (string name, string newName) |
Static Public Member Functions | |
| static void | SelectWindow (string name) |
| static void | CloseWindow (string name) |
| static void | Rename (string text) |
Public Attributes | |
| Filter | filters = null |
| ImageView | viewer |
Static Public Attributes | |
| static bool | init = false |
| static System.Drawing.Graphics | graphics = null |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
Properties | |
| ImageView | Viewer [get] |
| static BioImage | SelectedImage [get] |
| static ImageView | SelectedViewer [get] |
| BioImage | Image [get] |
| int | TabCount [get] |
Definition at line 4 of file TabsView.designer.cs.
| BioImager.TabsView.TabsView | ( | BioImage | arg | ) |
Definition at line 83 of file TabsView.cs.
| BioImager.TabsView.TabsView | ( | ) |
Definition at line 90 of file TabsView.cs.
| BioImager.TabsView.TabsView | ( | string[] | arg | ) |
Definition at line 99 of file TabsView.cs.
| void BioImager.TabsView.AddTab | ( | BioImage | b | ) |
It creates a new tab, adds an image to it, and then resizes the window to fit the image
| BioImage | This is a class that contains the image data, and some other information about the image. |
Definition at line 134 of file TabsView.cs.
| void BioImager.TabsView.AddViewer | ( | ImageView | v | ) |
Definition at line 65 of file TabsView.cs.
|
static |
Definition at line 1720 of file TabsView.cs.
|
protected |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 15 of file TabsView.designer.cs.
| ImageView BioImager.TabsView.GetViewer | ( | int | i | ) |
Definition at line 41 of file TabsView.cs.
| ImageView? BioImager.TabsView.GetViewer | ( | string | name | ) |
Definition at line 45 of file TabsView.cs.
| int BioImager.TabsView.GetViewerCount | ( | ) |
Definition at line 57 of file TabsView.cs.
| bool BioImager.TabsView.HasTab | ( | BioImage | image | ) |
Definition at line 173 of file TabsView.cs.
| bool BioImager.TabsView.HasTab | ( | string | name | ) |
Definition at line 162 of file TabsView.cs.
| void BioImager.TabsView.OpenInNewProcess | ( | string | file | ) |
It creates a new process, sets the file name to the current executable, and sets the arguments to the file name
| file | The file to open |
Definition at line 399 of file TabsView.cs.
| void BioImager.TabsView.RemoveTab | ( | BioImage | b | ) |
Definition at line 149 of file TabsView.cs.
| void BioImager.TabsView.RemoveViewer | ( | ImageView | v | ) |
Definition at line 61 of file TabsView.cs.
|
static |
Definition at line 1779 of file TabsView.cs.
| void BioImager.TabsView.RenameTab | ( | string | name, |
| string | newName ) |
Definition at line 1763 of file TabsView.cs.
| void BioImager.TabsView.ResizeView | ( | ) |
If the image is pyramidal, add 42 to the width and 206 to the height. Otherwise, add 20 to the width and 180 to the height
Definition at line 352 of file TabsView.cs.
|
static |
Definition at line 1698 of file TabsView.cs.
| void BioImager.TabsView.SetTab | ( | int | i | ) |
Sets the current tab index.
| i |
Definition at line 1689 of file TabsView.cs.
| void BioImager.TabsView.UpdateViewMode | ( | ImageView.ViewMode | v | ) |
It updates the view mode of the image.
| v | The view mode that the user has selected. |
Definition at line 715 of file TabsView.cs.
| Filter BioImager.TabsView.filters = null |
Definition at line 23 of file TabsView.cs.
|
static |
Definition at line 25 of file TabsView.cs.
|
static |
Definition at line 22 of file TabsView.cs.
| ImageView BioImager.TabsView.viewer |
Definition at line 24 of file TabsView.cs.
|
get |
Definition at line 374 of file TabsView.cs.
|
staticget |
Definition at line 69 of file TabsView.cs.
|
staticget |
Definition at line 76 of file TabsView.cs.
|
get |
Definition at line 387 of file TabsView.cs.
|
get |
Definition at line 27 of file TabsView.cs.