BioLib  3.9.1
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
Loading...
Searching...
No Matches
BioLib.TileInformation Class Reference

Public Member Functions

 TileInformation (TileIndex index, Extent ext, ZCT coord)
 

Properties

TileIndex Index [get, set]
 
Extent Extent [get, set]
 
ZCT Coordinate [get, set]
 

Constructor & Destructor Documentation

◆ TileInformation()

BioLib.TileInformation.TileInformation ( TileIndex index,
Extent ext,
ZCT coord )
180 {
181 Index = index;
182 Extent = ext;
183 Coordinate = coord;
184 }

Property Documentation

◆ Coordinate

ZCT BioLib.TileInformation.Coordinate
getset
187{ get; set; }

◆ Extent

Extent BioLib.TileInformation.Extent
getset
186{ get; set; }

◆ Index

TileIndex BioLib.TileInformation.Index
getset
185{ get; set; }

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