![]() |
BioGTK
6.5.0
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
|
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 555 of file SlideGLArea.cs.
| BioGTK.TileRenderInfo.TileRenderInfo | ( | TileIndex | index, |
| float | x, | ||
| float | y, | ||
| float | w, | ||
| float | h ) |
Definition at line 565 of file SlideGLArea.cs.
| TileIndex BioGTK.TileRenderInfo.Index |
Definition at line 557 of file SlideGLArea.cs.
| float BioGTK.TileRenderInfo.ScreenHeight |
Definition at line 563 of file SlideGLArea.cs.
| float BioGTK.TileRenderInfo.ScreenWidth |
Definition at line 562 of file SlideGLArea.cs.
| float BioGTK.TileRenderInfo.ScreenX |
Definition at line 560 of file SlideGLArea.cs.
| float BioGTK.TileRenderInfo.ScreenY |
Definition at line 561 of file SlideGLArea.cs.