![]() |
BioImager
3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
|
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.