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