AlphaFlattener\BrushProxy.cs (4)
4240PointIntersectWithRing(bounds.TopLeft, ref mint, ref maxt, ref missing);
4241PointIntersectWithRing(bounds.TopRight, ref mint, ref maxt, ref missing);
4242PointIntersectWithRing(bounds.BottomRight, ref mint, ref maxt, ref missing);
4243PointIntersectWithRing(bounds.BottomLeft, ref mint, ref maxt, ref missing);