|
static bool | init = false |
|
static System.Drawing.Graphics | graphics = null |
|
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
Definition at line 5 of file TabsView.cs.
◆ TabsView() [1/3]
BioCore.TabsView.TabsView |
( |
BioImage |
arg | ) |
|
◆ TabsView() [2/3]
BioCore.TabsView.TabsView |
( |
| ) |
|
◆ TabsView() [3/3]
BioCore.TabsView.TabsView |
( |
string[] |
arg | ) |
|
◆ AddTab()
void BioCore.TabsView.AddTab |
( |
BioImage |
b | ) |
|
It creates a new tab, adds an image to it, and then resizes the window to fit the image
- Parameters
-
BioImage | This is a class that contains the image data, and some other information about the image. |
- Returns
- A TabPage object.
Definition at line 91 of file TabsView.cs.
◆ Dispose()
override void BioCore.TabsView.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 15 of file TabsView.designer.cs.
◆ OpenInNewProcess()
void BioCore.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
- Parameters
-
Definition at line 239 of file TabsView.cs.
◆ ResizeView()
void BioCore.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
- Returns
- The size of the image.
Definition at line 179 of file TabsView.cs.
◆ UpdateViewMode()
void BioCore.TabsView.UpdateViewMode |
( |
ImageView.ViewMode |
v | ) |
|
This function is called when the user clicks on the menu item to change the view mode. It updates the menu item to reflect the current view mode.
- Parameters
-
v | The view mode to be updated |
Definition at line 510 of file TabsView.cs.
◆ filters
Filter BioCore.TabsView.filters = null |
◆ graphics
System.Drawing.Graphics BioCore.TabsView.graphics = null |
|
static |
◆ init
bool BioCore.TabsView.init = false |
|
static |
◆ Image
◆ ImageView
◆ SelectedImage
◆ SelectedViewer
◆ TabCount
int BioCore.TabsView.TabCount |
|
get |
◆ Viewer
The documentation for this class was generated from the following files: