BioGTK  5.1.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images.
Loading...
Searching...
No Matches
Bio Namespace Reference

Classes

class  ExtentEx
 
class  ImageUtil
 
interface  ISliceProvider
 
interface  ISlideExternInfo
 
interface  ISlideSource
 
class  LruCache
 
class  MagicSelect
 
class  ObjectEx
 
class  ROIManager
 
class  SliceInfo
 Slice info. More...
 
class  SliceParame
 
class  SlideBase
 
class  SlideImage
 openslide wrapper More...
 
class  SlideSliceLayer
 Slide slice layer. More...
 
class  SlideSourceBase
 
class  SlideTileLayer
 Slide tile layer. More...
 
class  TileCache
 
class  TileInformation
 

Enumerations

enum  SampleMode {
  Nearest = 0 , NearestUp , NearestDown , Top ,
  Bottom
}
 
enum  ImageType : int { Label , Title , Preview }
 Image type. More...
 

Enumeration Type Documentation

◆ ImageType

enum Bio.ImageType : int

Image type.

Enumerator
Label 
Title 
Preview 
525 {
528 Label,
529
532 Title,
533
536 Preview,
537 }

◆ SampleMode

Enumerator
Nearest 

Nearest.

NearestUp 

Nearest up.

NearestDown 

Nearest down.

Top 

Top.

Bottom 

Bottom.

maybe very slow, just for clearer images.

495 {
499 Nearest = 0,
503 NearestUp,
511 Top,
518 Bottom,
519 }
@ Bottom
Bottom.
@ NearestDown
Nearest down.
@ Nearest
Nearest.
@ NearestUp
Nearest up.