![]() |
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) |
| 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 78 of file TabsView.cs.
| BioImager.TabsView.TabsView | ( | ) |
Definition at line 85 of file TabsView.cs.
| BioImager.TabsView.TabsView | ( | string[] | arg | ) |
Definition at line 94 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 129 of file TabsView.cs.
| void BioImager.TabsView.AddViewer | ( | ImageView | v | ) |
Definition at line 60 of file TabsView.cs.
|
static |
Definition at line 1613 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 36 of file TabsView.cs.
| ImageView? BioImager.TabsView.GetViewer | ( | string | name | ) |
Definition at line 40 of file TabsView.cs.
| int BioImager.TabsView.GetViewerCount | ( | ) |
Definition at line 52 of file TabsView.cs.
| bool BioImager.TabsView.HasTab | ( | string | name | ) |
Definition at line 161 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 294 of file TabsView.cs.
| void BioImager.TabsView.RemoveTab | ( | BioImage | b | ) |
Definition at line 148 of file TabsView.cs.
| void BioImager.TabsView.RemoveViewer | ( | ImageView | v | ) |
Definition at line 56 of file TabsView.cs.
|
static |
Definition at line 1672 of file TabsView.cs.
| void BioImager.TabsView.RenameTab | ( | string | name, |
| string | newName ) |
Definition at line 1656 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 247 of file TabsView.cs.
|
static |
Definition at line 1591 of file TabsView.cs.
| void BioImager.TabsView.SetTab | ( | int | i | ) |
Sets the current tab index.
| i |
Definition at line 1582 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 609 of file TabsView.cs.
| Filter BioImager.TabsView.filters = null |
Definition at line 18 of file TabsView.cs.
|
static |
Definition at line 20 of file TabsView.cs.
|
static |
Definition at line 17 of file TabsView.cs.
| ImageView BioImager.TabsView.viewer |
Definition at line 19 of file TabsView.cs.
|
get |
Definition at line 269 of file TabsView.cs.
|
staticget |
Definition at line 64 of file TabsView.cs.
|
staticget |
Definition at line 71 of file TabsView.cs.
|
get |
Definition at line 282 of file TabsView.cs.
|
get |
Definition at line 22 of file TabsView.cs.