![]() |
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.
|
Represents a linear range to be filled and branched from. More...
Public Member Functions | |
| FloodFillRange (int startX, int endX, int y) | |
Public Attributes | |
| int | StartX |
| int | EndX |
| int | Y |
Represents a linear range to be filled and branched from.
Definition at line 278 of file QueueLinearFloodFiller.cs.
| BioImager.FloodFillRange.FloodFillRange | ( | int | startX, |
| int | endX, | ||
| int | y ) |
Definition at line 284 of file QueueLinearFloodFiller.cs.
| int BioImager.FloodFillRange.EndX |
Definition at line 281 of file QueueLinearFloodFiller.cs.
| int BioImager.FloodFillRange.StartX |
Definition at line 280 of file QueueLinearFloodFiller.cs.
| int BioImager.FloodFillRange.Y |
Definition at line 282 of file QueueLinearFloodFiller.cs.