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.
Loading...
Searching...
No Matches
BioGTK.TileRenderInfo Struct Reference

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
 

Detailed Description

Information needed to render a single tile.

Definition at line 555 of file SlideGLArea.cs.

Constructor & Destructor Documentation

◆ TileRenderInfo()

BioGTK.TileRenderInfo.TileRenderInfo ( TileIndex index,
float x,
float y,
float w,
float h )

Definition at line 565 of file SlideGLArea.cs.

566 {
567 Index = index;
568 ScreenX = x;
569 ScreenY = y;
570 ScreenWidth = w;
571 ScreenHeight = h;
572 }

Member Data Documentation

◆ Index

TileIndex BioGTK.TileRenderInfo.Index

Definition at line 557 of file SlideGLArea.cs.

◆ ScreenHeight

float BioGTK.TileRenderInfo.ScreenHeight

Definition at line 563 of file SlideGLArea.cs.

◆ ScreenWidth

float BioGTK.TileRenderInfo.ScreenWidth

Definition at line 562 of file SlideGLArea.cs.

◆ ScreenX

float BioGTK.TileRenderInfo.ScreenX

Definition at line 560 of file SlideGLArea.cs.

◆ ScreenY

float BioGTK.TileRenderInfo.ScreenY

Definition at line 561 of file SlideGLArea.cs.


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