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