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.
Loading...
Searching...
No Matches
BioImager.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 537 of file SlideGLArea.cs.

Constructor & Destructor Documentation

◆ TileRenderInfo()

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

Definition at line 547 of file SlideGLArea.cs.

548 {
549 Index = index;
550 ScreenX = x;
551 ScreenY = y;
552 ScreenWidth = w;
553 ScreenHeight = h;
554 }

Member Data Documentation

◆ Index

TileIndex BioImager.TileRenderInfo.Index

Definition at line 539 of file SlideGLArea.cs.

◆ ScreenHeight

float BioImager.TileRenderInfo.ScreenHeight

Definition at line 545 of file SlideGLArea.cs.

◆ ScreenWidth

float BioImager.TileRenderInfo.ScreenWidth

Definition at line 544 of file SlideGLArea.cs.

◆ ScreenX

float BioImager.TileRenderInfo.ScreenX

Definition at line 542 of file SlideGLArea.cs.

◆ ScreenY

float BioImager.TileRenderInfo.ScreenY

Definition at line 543 of file SlideGLArea.cs.


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