4 references to LineSegmentIntersectWithRing
ReachFramework (4)
AlphaFlattener\BrushProxy.cs (4)
4254LineSegmentIntersectWithRing(bounds.TopLeft, bounds.TopRight, ref mint); 4255LineSegmentIntersectWithRing(bounds.TopRight, bounds.BottomRight, ref mint); 4256LineSegmentIntersectWithRing(bounds.BottomRight, bounds.BottomLeft, ref mint); 4257LineSegmentIntersectWithRing(bounds.BottomLeft, bounds.TopLeft, ref mint);