BioCore  4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
Loading...
Searching...
No Matches
BioCore.ISliceProvider Interface Reference

More...

Inheritance diagram for BioCore.ISliceProvider:
BioCore.ISlideSource BioCore.SlideSourceBase BioCore.SlideBase

Public Member Functions

Task< byte[]> GetSlice (SliceInfo sliceInfo)
 Get slice. More...
 

Properties

double MinUnitsPerPixel [get]
 um/pixel More...
 

Detailed Description

Definition at line 367 of file ISlideSource.cs.

Member Function Documentation

◆ GetSlice()

Task< byte[]> BioCore.ISliceProvider.GetSlice ( SliceInfo  sliceInfo)

Get slice.

Parameters
sliceInfoSlice info
Returns

Implemented in BioCore.SlideSourceBase.

Property Documentation

◆ MinUnitsPerPixel

double BioCore.ISliceProvider.MinUnitsPerPixel
get

um/pixel

Implemented in BioCore.SlideSourceBase.

Definition at line 372 of file ISlideSource.cs.


The documentation for this interface was generated from the following file: