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.
Loading...
Searching...
No Matches
BioImager.FloodFillRange Struct Reference

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
 

Detailed Description

Represents a linear range to be filled and branched from.

Definition at line 278 of file QueueLinearFloodFiller.cs.

Constructor & Destructor Documentation

◆ FloodFillRange()

BioImager.FloodFillRange.FloodFillRange ( int  startX,
int  endX,
int  y 
)

Definition at line 284 of file QueueLinearFloodFiller.cs.

285 {
286 StartX = startX;
287 EndX = endX;
288 Y = y;
289 }

Member Data Documentation

◆ EndX

int BioImager.FloodFillRange.EndX

Definition at line 281 of file QueueLinearFloodFiller.cs.

◆ StartX

int BioImager.FloodFillRange.StartX

Definition at line 280 of file QueueLinearFloodFiller.cs.

◆ Y

int BioImager.FloodFillRange.Y

Definition at line 282 of file QueueLinearFloodFiller.cs.


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