73 references to RectangleF
System.Web.DataVisualization (36)
Common\Annotation\AnnotationBase.cs (3)
2879
currentPositionRel = new
RectangleF
(location, size);
2918
this.currentPositionRel = new
RectangleF
(position.Location, position.Size);
3248
SetPositionRelative(new
RectangleF
(firstPoint, size), anchorPoint, userInput);
Common\Annotation\ArrowAnnotation.cs (1)
317
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
Common\Annotation\CalloutAnnotation.cs (3)
654
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
657
RectangleF rectanglePosition = new
RectangleF
(selectionRect.Location, selectionRect.Size);
922
RectangleF inflatedPosition = new
RectangleF
(rectanglePosition.Location, rectanglePosition.Size);
Common\Annotation\GroupAnnotation.cs (1)
924
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
Common\Annotation\ImageAnnotation.cs (2)
528
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
531
RectangleF rectanglePosition = new
RectangleF
(selectionRect.Location, selectionRect.Size);
Common\Annotation\LineAnnotation.cs (1)
572
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
Common\Annotation\PolygonAnnotation.cs (2)
569
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
572
RectangleF rectanglePosition = new
RectangleF
(selectionRect.Location, selectionRect.Size);
Common\Annotation\RectangleAnnotation.cs (4)
392
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
395
RectangleF rectanglePosition = new
RectangleF
(selectionRect.Location, selectionRect.Size);
630
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
633
RectangleF rectanglePosition = new
RectangleF
(selectionRect.Location, selectionRect.Size);
Common\Annotation\TextAnnotation.cs (4)
422
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
425
RectangleF textPosition = new
RectangleF
(selectionRect.Location, selectionRect.Size);
535
RectangleF textPositionWithSpacing = new
RectangleF
(textPosition.Location, textPosition.Size);
641
textActualPosition = new
RectangleF
(textPositionWithSpacing.Location, textSize);
Common\ChartTypes\PieChart.cs (1)
1391
RectangleF rect = new
RectangleF
(labelRect.Location, labelRect.Size);
Common\ChartTypes\PointAndFigureChart.cs (1)
830
RectangleF shadowPosition = new
RectangleF
(position.Location, position.Size);
Common\ChartTypes\StackedBarChart.cs (1)
920
RectangleF labelRect = new
RectangleF
(rectSize.Location, rectSize.Size);
Common\General\Chart.cs (1)
2136
frameTitlePosition = new
RectangleF
(_titlePosition.Location, _titlePosition.Size);
Common\General\ChartArea.cs (1)
1421
RectangleF backgroundPositionWithScrollBars = new
RectangleF
(backgroundPosition.Location, backgroundPosition.Size);
Common\General\ChartArea3D.cs (3)
724
RectangleF wallRect2D = new
RectangleF
(position.Location, position.Size);
747
wallRect2D = new
RectangleF
(position.Location, position.Size);
769
wallRect2D = new
RectangleF
(position.Location, position.Size);
Common\General\ChartGraphics.cs (1)
2122
RectangleF absPositionWithoutImage = new
RectangleF
(absPosition.Location, absPosition.Size);
Common\General\ChartGraphics3D.cs (1)
3598
RectangleF rectLightCenter = new
RectangleF
(rect.Location, rect.Size);
Common\General\Label.cs (1)
2294
RectangleF initialRect = new
RectangleF
(rect.Location, rect.Size);
Common\General\Title.cs (4)
1446
RectangleF absPosition = new
RectangleF
(titlePosition.Location, titlePosition.Size);
1757
RectangleF shadowPosition = new
RectangleF
(absPosition.Location, absPosition.Size);
1781
RectangleF shadowPosition = new
RectangleF
(absPosition.Location, absPosition.Size);
1806
RectangleF shadowPosition = new
RectangleF
(absPosition.Location, absPosition.Size);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1173
finalrect = new
RectangleF
(rects[0].Location, SizeF.Empty);
System.Windows.Forms.DataVisualization (36)
Common\Annotation\AnnotationBase.cs (3)
2879
currentPositionRel = new
RectangleF
(location, size);
2918
this.currentPositionRel = new
RectangleF
(position.Location, position.Size);
3248
SetPositionRelative(new
RectangleF
(firstPoint, size), anchorPoint, userInput);
Common\Annotation\ArrowAnnotation.cs (1)
317
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
Common\Annotation\CalloutAnnotation.cs (3)
654
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
657
RectangleF rectanglePosition = new
RectangleF
(selectionRect.Location, selectionRect.Size);
922
RectangleF inflatedPosition = new
RectangleF
(rectanglePosition.Location, rectanglePosition.Size);
Common\Annotation\GroupAnnotation.cs (1)
924
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
Common\Annotation\ImageAnnotation.cs (2)
528
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
531
RectangleF rectanglePosition = new
RectangleF
(selectionRect.Location, selectionRect.Size);
Common\Annotation\LineAnnotation.cs (1)
572
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
Common\Annotation\PolygonAnnotation.cs (2)
569
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
572
RectangleF rectanglePosition = new
RectangleF
(selectionRect.Location, selectionRect.Size);
Common\Annotation\RectangleAnnotation.cs (4)
392
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
395
RectangleF rectanglePosition = new
RectangleF
(selectionRect.Location, selectionRect.Size);
630
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
633
RectangleF rectanglePosition = new
RectangleF
(selectionRect.Location, selectionRect.Size);
Common\Annotation\TextAnnotation.cs (4)
422
RectangleF selectionRect = new
RectangleF
(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y));
425
RectangleF textPosition = new
RectangleF
(selectionRect.Location, selectionRect.Size);
535
RectangleF textPositionWithSpacing = new
RectangleF
(textPosition.Location, textPosition.Size);
641
textActualPosition = new
RectangleF
(textPositionWithSpacing.Location, textSize);
Common\ChartTypes\PieChart.cs (1)
1391
RectangleF rect = new
RectangleF
(labelRect.Location, labelRect.Size);
Common\ChartTypes\PointAndFigureChart.cs (1)
830
RectangleF shadowPosition = new
RectangleF
(position.Location, position.Size);
Common\ChartTypes\StackedBarChart.cs (1)
920
RectangleF labelRect = new
RectangleF
(rectSize.Location, rectSize.Size);
Common\General\Chart.cs (1)
2136
frameTitlePosition = new
RectangleF
(_titlePosition.Location, _titlePosition.Size);
Common\General\ChartArea.cs (1)
1421
RectangleF backgroundPositionWithScrollBars = new
RectangleF
(backgroundPosition.Location, backgroundPosition.Size);
Common\General\ChartArea3D.cs (3)
724
RectangleF wallRect2D = new
RectangleF
(position.Location, position.Size);
747
wallRect2D = new
RectangleF
(position.Location, position.Size);
769
wallRect2D = new
RectangleF
(position.Location, position.Size);
Common\General\ChartGraphics.cs (1)
2122
RectangleF absPositionWithoutImage = new
RectangleF
(absPosition.Location, absPosition.Size);
Common\General\ChartGraphics3D.cs (1)
3598
RectangleF rectLightCenter = new
RectangleF
(rect.Location, rect.Size);
Common\General\Label.cs (1)
2294
RectangleF initialRect = new
RectangleF
(rect.Location, rect.Size);
Common\General\Title.cs (4)
1446
RectangleF absPosition = new
RectangleF
(titlePosition.Location, titlePosition.Size);
1757
RectangleF shadowPosition = new
RectangleF
(absPosition.Location, absPosition.Size);
1781
RectangleF shadowPosition = new
RectangleF
(absPosition.Location, absPosition.Size);
1806
RectangleF shadowPosition = new
RectangleF
(absPosition.Location, absPosition.Size);