![]() |
BioLib
3.6.2
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
|
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 283 of file QueueLinearFloodFiller.cs.
| Bio.Graphics.FloodFillRange.FloodFillRange | ( | int | startX, |
| int | endX, | ||
| int | y ) |
Definition at line 289 of file QueueLinearFloodFiller.cs.
| int Bio.Graphics.FloodFillRange.EndX |
Definition at line 286 of file QueueLinearFloodFiller.cs.
| int Bio.Graphics.FloodFillRange.StartX |
Definition at line 285 of file QueueLinearFloodFiller.cs.
| int Bio.Graphics.FloodFillRange.Y |
Definition at line 287 of file QueueLinearFloodFiller.cs.