![]() |
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.
|
Public Member Functions | |
| void | Initialize (Configuration configuration, RenderTarget renderTarget2, AForge.Bitmap bf) |
Static Public Member Functions | |
| static Bitmap | FromImage (RenderTarget renderTarget, AForge.Bitmap image) |
| Loads a Direct2D Bitmap from a file using System.Drawing.Image.FromFile(...) More... | |
Definition at line 75 of file DBitmap.cs.
|
static |
Loads a Direct2D Bitmap from a file using System.Drawing.Image.FromFile(...)
| renderTarget | The render target. |
| file | The file. |
Definition at line 85 of file DBitmap.cs.
Referenced by BioImager.ImageView.UpdateImages().
| void BioImager.DBitmap.Initialize | ( | Configuration | configuration, |
| RenderTarget | renderTarget2, | ||
| AForge.Bitmap | bf | ||
| ) |
Definition at line 91 of file DBitmap.cs.