Click or drag to resize

Math2DFloodFill_4Neighbour Method

Overload List
 NameDescription
Public methodStatic memberFloodFill_4Neighbour(Int32, Int32, FuncInt32, Int32, Boolean, ActionInt32, Int32, FuncInt32, Int32, Boolean) A very general flood fill algorithm (4-Neighbour algorithm). It tests iteratively the 4 neighbouring pixels.
Public methodStatic memberFloodFill_4Neighbour(Int32, Int32, FuncInt32, Int32, Boolean, ActionInt32, Int32, Int32, Int32, Int32, Int32) A very general flood fill algorithm (4-Neighbour algorithm). It tests iteratively the 4 neighbouring pixels.
Top
See Also