BioLib  3.7.0
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
Loading...
Searching...
No Matches
Bio.Graphics.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.

Constructor & Destructor Documentation

◆ FloodFillRange()

Bio.Graphics.FloodFillRange.FloodFillRange ( int startX,
int endX,
int y )
290 {
291 StartX=startX;
292 EndX = endX;
293 Y = y;
294 }

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