PixelMap.FindNext

PixelMap.FindNext method

Searches a x and a y such that source[x,y] = 1 and source[x+1,y] 0. If this not exists, false will be returned else the result is true.

public bool FindNext(Point2I point, ref Point2I result)
ParameterTypeDescription
pointPoint2IThe start point
resultPoint2I&The result point

See Also