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.ISlideExternInfo Interface Reference

More...

Inheritance diagram for BioImager.ISlideExternInfo:
BioImager.ISlideSource BioImager.SlideSourceBase BioImager.SlideBase

Public Member Functions

IReadOnlyDictionary< string, byte[]> GetExternImages ()
 Extern image. More...
 

Properties

string Source [get]
 File path. More...
 
IReadOnlyDictionary< string, object > ExternInfo [get]
 Extern info. More...
 

Detailed Description

Definition at line 346 of file ISlideSource.cs.

Member Function Documentation

◆ GetExternImages()

IReadOnlyDictionary< string, byte[]> BioImager.ISlideExternInfo.GetExternImages ( )

Extern image.

Returns

Implemented in BioImager.SlideSourceBase, and BioImager.SlideBase.

Property Documentation

◆ ExternInfo

IReadOnlyDictionary<string, object> BioImager.ISlideExternInfo.ExternInfo
get

Extern info.

Implemented in BioImager.SlideSourceBase.

Definition at line 356 of file ISlideSource.cs.

356{ get; }

◆ Source

string BioImager.ISlideExternInfo.Source
get

File path.

Implemented in BioImager.SlideSourceBase.

Definition at line 351 of file ISlideSource.cs.

351{ get; }

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