BioGTK  6.0.0
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
All Classes Namespaces Functions
BioGTK Namespace Reference

Classes

class  About
 
class  App
 
class  ApplyFilter
 
class  AutoSAM
 
class  BioConsole
 
class  BoxPromotion
 
class  ChannelsTool
 
class  ColorTool
 
class  ComboPicker
 
class  FiltersView
 
class  Focus
 
class  Function
 
class  Functions
 
class  HistogramControl
 
class  ImageView
 
class  MaskData
 A structure for storing masks and their related data in batched format. Implements basic filtering and concatenation. More...
 
class  MaskPromotion
 
class  MicroSAM
 
class  Microscope
 
class  NodeView
 
class  NumberPicker
 
class  Objectives
 
class  PlateTool
 
class  Play
 
class  Plot
 
class  Plugin
 
class  Plugins
 
class  PointPromotion
 
class  Progress
 
class  Promotion
 
class  Recorder
 
class  Resolutions
 
class  RLShutter
 
class  SAM
 
class  SAMTool
 
class  Scripting
 
class  Search
 
class  SetTool
 
class  StackTools
 
class  Stage
 
class  TabsView
 
class  TextInput
 
class  TLShutter
 
class  Tolerance
 
class  Tools
 
class  Transforms
 
class  Updater
 

Enumerations

enum  PromotionType { Point , Box }
 
enum  ForeGround { foreground , background }
 

Enumeration Type Documentation

◆ ForeGround

enum BioGTK.ForeGround

Definition at line 49 of file Promotions.cs.

50 {
51 foreground,
52 background
53 }

◆ PromotionType

enum BioGTK.PromotionType

Definition at line 9 of file Promotions.cs.

10 {
11 Point,
12 Box
13 }