4 references to LineSegmentIntersectWithRing
ReachFramework (4)
AlphaFlattener\BrushProxy.cs (4)
4261LineSegmentIntersectWithRing(bounds.TopLeft, bounds.TopRight, ref mint); 4262LineSegmentIntersectWithRing(bounds.TopRight, bounds.BottomRight, ref mint); 4263LineSegmentIntersectWithRing(bounds.BottomRight, bounds.BottomLeft, ref mint); 4264LineSegmentIntersectWithRing(bounds.BottomLeft, bounds.TopLeft, ref mint);