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