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)
 
 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
 

Detailed Description

Information needed to render a single tile.

Definition at line 705 of file SlideGLArea.cs.

Constructor & Destructor Documentation

◆ TileRenderInfo() [1/2]

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

Definition at line 718 of file SlideGLArea.cs.

719 {
720 Index = index;
721 ScreenX = x;
722 ScreenY = y;
723 ScreenWidth = w;
724 ScreenHeight = h;
725 U0 = 0f; V0 = 0f; U1 = 1f; V1 = 1f;
726 }

◆ TileRenderInfo() [2/2]

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.

730 {
731 Index = index;
732 ScreenX = x;
733 ScreenY = y;
734 ScreenWidth = w;
735 ScreenHeight = h;
736 U0 = u0; V0 = v0; U1 = u1; V1 = v1;
737 }

Member Data Documentation

◆ Index

TileIndex BioGTK.TileRenderInfo.Index

Definition at line 707 of file SlideGLArea.cs.

◆ ScreenHeight

float BioGTK.TileRenderInfo.ScreenHeight

Definition at line 713 of file SlideGLArea.cs.

◆ ScreenWidth

float BioGTK.TileRenderInfo.ScreenWidth

Definition at line 712 of file SlideGLArea.cs.

◆ ScreenX

float BioGTK.TileRenderInfo.ScreenX

Definition at line 710 of file SlideGLArea.cs.

◆ ScreenY

float BioGTK.TileRenderInfo.ScreenY

Definition at line 711 of file SlideGLArea.cs.

◆ U0

float BioGTK.TileRenderInfo.U0

Definition at line 716 of file SlideGLArea.cs.

◆ U1

float BioGTK.TileRenderInfo.U1

Definition at line 716 of file SlideGLArea.cs.

◆ V0

float BioGTK.TileRenderInfo.V0

Definition at line 716 of file SlideGLArea.cs.

◆ V1

float BioGTK.TileRenderInfo.V1

Definition at line 716 of file SlideGLArea.cs.


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