![]() |
BioImager
4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
|
Information needed to render a single tile. More...
Public Member Functions | |
| TileRenderInfo (TileIndex index, float x, float y, float w, float h) | |
Public Attributes | |
| TileIndex | Index |
| float | ScreenX |
| float | ScreenY |
| float | ScreenWidth |
| float | ScreenHeight |
Information needed to render a single tile.
Definition at line 537 of file SlideGLArea.cs.
| BioImager.TileRenderInfo.TileRenderInfo | ( | TileIndex | index, |
| float | x, | ||
| float | y, | ||
| float | w, | ||
| float | h ) |
Definition at line 547 of file SlideGLArea.cs.
| TileIndex BioImager.TileRenderInfo.Index |
Definition at line 539 of file SlideGLArea.cs.
| float BioImager.TileRenderInfo.ScreenHeight |
Definition at line 545 of file SlideGLArea.cs.
| float BioImager.TileRenderInfo.ScreenWidth |
Definition at line 544 of file SlideGLArea.cs.
| float BioImager.TileRenderInfo.ScreenX |
Definition at line 542 of file SlideGLArea.cs.
| float BioImager.TileRenderInfo.ScreenY |
Definition at line 543 of file SlideGLArea.cs.