AlphaFlattener\BrushProxy.cs (4)
4235PointIntersectWithRing(bounds.TopLeft, ref mint, ref maxt, ref missing);
4236PointIntersectWithRing(bounds.TopRight, ref mint, ref maxt, ref missing);
4237PointIntersectWithRing(bounds.BottomRight, ref mint, ref maxt, ref missing);
4238PointIntersectWithRing(bounds.BottomLeft, ref mint, ref maxt, ref missing);