14 references to IntersectsWith
System.Web.DataVisualization (7)
Common\ChartTypes\FunnelChart.cs (1)
2094 labelInfo.Position.IntersectsWith(rect) )
Common\ChartTypes\PieChart.cs (1)
2119 if( labelRect.IntersectsWith( rect ) )
Common\General\Axis.cs (2)
4130 if(rect1.IntersectsWith(rect2)) 4977if (!prevLabelPosition.IsEmpty && curLabelPosition.IntersectsWith(prevLabelPosition))
Common\General\Selection.cs (1)
2084if (region.BoundingRectangle.IntersectsWith(newMouseRect))
Common\General\SmartLabels.cs (2)
1165 bool collision = pos.IntersectsWith(labelPosition); 1632 if(pos.IntersectsWith(labelPosition))
System.Windows.Forms.DataVisualization (7)
Common\ChartTypes\FunnelChart.cs (1)
2094 labelInfo.Position.IntersectsWith(rect) )
Common\ChartTypes\PieChart.cs (1)
2119 if( labelRect.IntersectsWith( rect ) )
Common\General\Axis.cs (2)
4130 if(rect1.IntersectsWith(rect2)) 4977if (!prevLabelPosition.IsEmpty && curLabelPosition.IntersectsWith(prevLabelPosition))
Common\General\Selection.cs (1)
2084if (region.BoundingRectangle.IntersectsWith(newMouseRect))
Common\General\SmartLabels.cs (2)
1165 bool collision = pos.IntersectsWith(labelPosition); 1632 if(pos.IntersectsWith(labelPosition))