![]() |
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) | |
| TileRenderInfo (TileIndex index, float x, float y, float w, float h, float u0, float v0, float u1, float v1) | |
Public Attributes | |
| TileIndex | Index |
| float | ScreenX |
| float | ScreenY |
| float | ScreenWidth |
| float | ScreenHeight |
| float | U0 |
| float | V0 |
| float | U1 |
| float | V1 |
Information needed to render a single tile.
Definition at line 705 of file SlideGLArea.cs.
| BioGTK.TileRenderInfo.TileRenderInfo | ( | TileIndex | index, |
| float | x, | ||
| float | y, | ||
| float | w, | ||
| float | h ) |
Definition at line 718 of file SlideGLArea.cs.
| BioGTK.TileRenderInfo.TileRenderInfo | ( | TileIndex | index, |
| float | x, | ||
| float | y, | ||
| float | w, | ||
| float | h, | ||
| float | u0, | ||
| float | v0, | ||
| float | u1, | ||
| float | v1 ) |
Definition at line 728 of file SlideGLArea.cs.
| TileIndex BioGTK.TileRenderInfo.Index |
Definition at line 707 of file SlideGLArea.cs.
| float BioGTK.TileRenderInfo.ScreenHeight |
Definition at line 713 of file SlideGLArea.cs.
| float BioGTK.TileRenderInfo.ScreenWidth |
Definition at line 712 of file SlideGLArea.cs.
| float BioGTK.TileRenderInfo.ScreenX |
Definition at line 710 of file SlideGLArea.cs.
| float BioGTK.TileRenderInfo.ScreenY |
Definition at line 711 of file SlideGLArea.cs.
| float BioGTK.TileRenderInfo.U0 |
Definition at line 716 of file SlideGLArea.cs.
| float BioGTK.TileRenderInfo.U1 |
Definition at line 716 of file SlideGLArea.cs.
| float BioGTK.TileRenderInfo.V0 |
Definition at line 716 of file SlideGLArea.cs.
| float BioGTK.TileRenderInfo.V1 |
Definition at line 716 of file SlideGLArea.cs.