BioImager  3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
Loading...
Searching...
No Matches
BioImager.ISliceProvider Interface Reference

More...

Inheritance diagram for BioImager.ISliceProvider:
BioImager.ISlideSource BioImager.SlideSourceBase BioImager.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[]> BioImager.ISliceProvider.GetSlice ( SliceInfo  sliceInfo)

Get slice.

Parameters
sliceInfoSlice info
Returns

Implemented in BioImager.SlideSourceBase.

Property Documentation

◆ MinUnitsPerPixel

double BioImager.ISliceProvider.MinUnitsPerPixel
get

um/pixel

Implemented in BioImager.SlideSourceBase.

Definition at line 372 of file ISlideSource.cs.

372{ get; }

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