321 instantiations of RectangleF
System.Drawing (16)
commonui\System\Drawing\Advanced\GPRECTF.cs (1)
43return new RectangleF(X, Y, Width, Height);
commonui\System\Drawing\Advanced\RectangleF.cs (5)
35public static readonly RectangleF Empty = new RectangleF(); 80return new RectangleF(left, 416return new RectangleF(x1, y1, x2 - x1, y2 - y1); 445return new RectangleF(x1, y1, x2 - x1, y2 - y1); 479return new RectangleF(r.X, r.Y, r.Width, r.Height);
commonui\System\Drawing\Graphics.cs (5)
2456DrawString(s, font, brush, new RectangleF(x, y, 0, 0), null); 2463DrawString(s, font, brush, new RectangleF(point.X, point.Y, 0, 0), null); 2470DrawString(s, font, brush, new RectangleF(x, y, 0, 0), format); 2477DrawString(s, font, brush, new RectangleF(point.X, point.Y, 0, 0), format); 4369return IsVisible(new RectangleF(x, y, width, height));
commonui\System\Drawing\Printing\PageSettings.cs (1)
237RectangleF printableArea = new RectangleF();
commonui\System\Drawing\Region.cs (2)
835return IsVisible(new RectangleF(x, y, width, height), null); 857return IsVisible(new RectangleF(x, y, width, height), g);
misc\DpiHelper.cs (2)
463RectangleF sourceRect = new RectangleF(0, 0, logicalImage.Size.Width, logicalImage.Size.Height); 464RectangleF destRect = new RectangleF(0, 0, deviceImageSize.Width, deviceImageSize.Height);
System.Web.DataVisualization (150)
Common\Annotation\AnnotationBase.cs (11)
226 internal RectangleF currentPositionRel = new RectangleF(float.NaN, float.NaN, float.NaN, float.NaN); 2063 this.selectionRects[(int)ResizingMode.TopLeftHandle] = new RectangleF( 2068 this.selectionRects[(int)ResizingMode.BottomRightHandle] = new RectangleF( 2137 this.selectionRects[index] = new RectangleF( 2229 this.selectionRects[(int)ResizingMode.AnchorHandle] = new RectangleF( 2334 return new RectangleF(float.NaN, float.NaN, float.NaN, float.NaN); 2879 currentPositionRel = new RectangleF(location, size); 2918 this.currentPositionRel = new RectangleF(position.Location, position.Size); 3248 SetPositionRelative(new RectangleF(firstPoint, size), anchorPoint, userInput); 3540 RectangleF anchorRect = new RectangleF( 3999 this.currentPositionRel = new RectangleF(float.NaN, float.NaN, float.NaN, float.NaN);
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 (5)
619 spacing = new RectangleF(4f, 4f, 4f, 4f); 624 spacing = new RectangleF(1f, 1f, 1f, 1f); 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 (4)
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); 711return new RectangleF(float.NaN, float.NaN, imageSize.Width, imageSize.Height); 723 return new RectangleF(float.NaN, float.NaN, float.NaN, float.NaN);
Common\Annotation\LineAnnotation.cs (3)
572 RectangleF selectionRect = new RectangleF(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y)); 814 return new RectangleF(float.NaN, float.NaN, 0f, float.NaN); 903 return new RectangleF(float.NaN, float.NaN, float.NaN, 0f);
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 (7)
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); 691 RectangleF rect = new RectangleF(3f, 3f, 3f, 3f); 707 RectangleF rectangle = new RectangleF(0f, 0f, 100f, 100f); 709 rect = new RectangleF(
Common\Annotation\TextAnnotation.cs (7)
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); 641textActualPosition = new RectangleF(textPositionWithSpacing.Location, textSize); 926 return new RectangleF(float.NaN, float.NaN, contentSize.Width, contentSize.Height); 983 result = new RectangleF(float.NaN, float.NaN, contentSize.Width, contentSize.Height); 1006 RectangleF rect = new RectangleF(3f, 3f, 3f, 3f);
Common\Borders3D\EmbedBorder.cs (8)
91 return new RectangleF( 138 return new RectangleF( 185 return new RectangleF( 231 return new RectangleF( 279 return new RectangleF( 325 return new RectangleF( 1029 new RectangleF( 1059 new RectangleF(
Common\Borders3D\EmbossBorder.cs (1)
248 new RectangleF(
Common\ChartTypes\AreaChart.cs (1)
985 RectangleF position = new RectangleF(minX, minY, maxX - minX, maxY - minY);
Common\ChartTypes\BarChart.cs (3)
1035labelBackPosition = new RectangleF( 1123 new RectangleF(markerPosition.X - relativeMarkerSize.Width/2f, markerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height), 2117labelBackPosition = new RectangleF(
Common\ChartTypes\BoxPlotChart.cs (1)
823 new RectangleF(xPosition, yPosition, markerSize.Width, markerSize.Height));
Common\ChartTypes\ColumnChart.cs (2)
1152 new RectangleF(markerPosition.X, markerPosition.Y, markerSize.Width, markerSize.Height)); 1191 new RectangleF(markerPosition.X - relativeMarkerSize.Width/2f, markerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height),
Common\ChartTypes\ErrorBarChart.cs (1)
880 new RectangleF(xPosition, yPosition, markerSize.Width, markerSize.Height));
Common\ChartTypes\FastPointChart.cs (1)
460 RectangleF markerBounds = new RectangleF(
Common\ChartTypes\FunnelChart.cs (3)
192internal RectangleF plotAreaSpacing = new RectangleF(3f, 3f, 3f, 3f); 1704 RectangleF requiredSpacing = this.Graph.GetAbsoluteRectangle( new RectangleF(1f, 1f, 1f, 1f) ); 2139 this.plotAreaSpacing = new RectangleF(1f, 1f, 1f, 1f);
Common\ChartTypes\LineChart.cs (1)
988RectangleF rect = new RectangleF(0, 0, graph.Common.ChartPicture.Width, graph.Common.ChartPicture.Height);
Common\ChartTypes\PieChart.cs (12)
780 rectangle = new RectangleF( area.Position.ToRectangleF().X, area.Position.ToRectangleF().Y, area.Position.ToRectangleF().Width, area.Position.ToRectangleF().Height ); 784 rectangle = new RectangleF( area.PlotAreaPosition.ToRectangleF().X, area.PlotAreaPosition.ToRectangleF().Y, area.PlotAreaPosition.ToRectangleF().Width, area.PlotAreaPosition.ToRectangleF().Height ); 802 rectangle = new RectangleF( middlePoint.X - relativeSize.Width / 2, middlePoint.Y - relativeSize.Height / 2, relativeSize.Width, relativeSize.Height ); 898 RectangleF shadowRect = new RectangleF( rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height ); 1391RectangleF rect = new RectangleF(labelRect.Location, labelRect.Size); 1405RectangleF labelBackPosition = new RectangleF( 2489 RectangleF plotingRectangle = new RectangleF( area.Position.ToRectangleF().X + 1, area.Position.ToRectangleF().Y + 1, area.Position.ToRectangleF().Width-2, area.Position.ToRectangleF().Height-2 ); 2550 rectangle = new RectangleF( plotingRectangle.X, plotingRectangle.Y, plotingRectangle.Width, plotingRectangle.Height ); 2552 rectangle = new RectangleF( area.PlotAreaPosition.ToRectangleF().X, area.PlotAreaPosition.ToRectangleF().Y, area.PlotAreaPosition.ToRectangleF().Width, area.PlotAreaPosition.ToRectangleF().Height ); 2565 rectangle = new RectangleF( middlePoint.X - relativeSize.Width / 2, middlePoint.Y - relativeSize.Height / 2, relativeSize.Width, relativeSize.Height ); 5503RectangleF labelBackPosition = new RectangleF( 5579 labelBackPosition = new RectangleF(
Common\ChartTypes\PointAndFigureChart.cs (1)
830 RectangleF shadowPosition = new RectangleF(position.Location, position.Size);
Common\ChartTypes\PointChart.cs (5)
493 new RectangleF(markerPosition.X, markerPosition.Y, markerSize.Width, markerSize.Height)); 635 new RectangleF(markerPosition.X - relativeMarkerSize.Width/2f, markerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height), 1235 new RectangleF(markerRotatedPosition.X, markerRotatedPosition.Y, markerSize.Width, markerSize.Height), 1316 new RectangleF(markerRotatedPosition.X - relativeMarkerSize.Width/2f, markerRotatedPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height), 1766 RectangleF markerRect = new RectangleF(
Common\ChartTypes\RadarChart.cs (3)
768 new RectangleF(dataPointPos[index].X, dataPointPos[index].Y, markerSize.Width, markerSize.Height), 829 new RectangleF(relativeMarkerPosition.X - relativeMarkerSize.Width/2f, relativeMarkerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height), 1591 RectangleF markerRect = new RectangleF(
Common\ChartTypes\RangeChart.cs (1)
1110 RectangleF position = new RectangleF(minX, minY, maxX - minX, maxY - minY);
Common\ChartTypes\StackedAreaChart.cs (2)
1045labelBackPosition = new RectangleF( 1527labelBackPosition = new RectangleF(
Common\ChartTypes\StackedBarChart.cs (3)
920 RectangleF labelRect = new RectangleF(rectSize.Location, rectSize.Size); 1183labelBackPosition = new RectangleF( 2087labelBackPosition = new RectangleF(
Common\ChartTypes\StackedColumnChart.cs (2)
1240labelBackPosition = new RectangleF( 1952labelBackPosition = new RectangleF(
Common\ChartTypes\StockChart.cs (5)
571 new RectangleF(markerPosition.X, markerPosition.Y, markerSize.Width, markerSize.Height)); 604 new RectangleF(markerPosition.X - relativeMarkerSize.Width/2f, markerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height), 1398 new RectangleF(markerPosition.X, markerPosition.Y, markerSize.Width, markerSize.Height)); 1431 new RectangleF(markerPosition.X - relativeMarkerSize.Width/2f, markerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height), 1915 RectangleF markerRect = new RectangleF(
Common\General\Axis.cs (3)
1965transformedTitlePosition = new RectangleF( 2667RectangleF rect = new RectangleF(first.X, first.Y, second.X - first.X, second.Y - first.Y); 4949RectangleF curLabelPosition = new RectangleF(
Common\General\AxisScaleSegments.cs (1)
520brush = graph.GetGradientBrush(new RectangleF(0, 0, chart.chartPicture.Width - 1, chart.chartPicture.Height - 1), chart.BackColor, chart.BackSecondaryColor, chart.BackGradientStyle);
Common\General\Chart.cs (5)
1885 ChartGraph.FillRectangleAbs( new RectangleF( 0, 0, Width-1 , Height-1 ), 1919 ChartGraph.FillRectangleAbs( new RectangleF( 0, 0, Width-1 , Height-1 ), 2100 RectangleF chartAreasRectangle = new RectangleF(0, 0, _width - 1, _height - 1); 2136 frameTitlePosition = new RectangleF(_titlePosition.Location, _titlePosition.Size); 2158 RectangleF areaPosition = new RectangleF();
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 (14)
408 backFilledBrush= new TextureBrush( bitmap, new RectangleF(0,0,image.Width,image.Height), attrib); 419textureBrush = new TextureBrush(image, new RectangleF(0, 0, image.Width, image.Height), attrib); 423textureBrush = new TextureBrush(scaledImage, new RectangleF(0, 0, scaledImage.Width, scaledImage.Height), attrib); 486 RectangleF tempRect = new RectangleF(rectangle.X,rectangle.Y,rectangle.Width,rectangle.Height); 2122RectangleF absPositionWithoutImage = new RectangleF(absPosition.Location, absPosition.Size); 2289RectangleF imageRect = new RectangleF( 3448 fillRect = new RectangleF( rect.X, rect.Y, rect.Width, rect.Height); 3456fillRect = new RectangleF( rect.X, rect.Y, rect.Width, rect.Height); 3461 fillRect = new RectangleF( 3533 RectangleF imageRect = new RectangleF(); 4193 fillRect = new RectangleF( rect.X + borderWidth, rect.Y + borderWidth, rect.Width - borderWidth * 2, rect.Height - borderWidth * 2 ); 4214 RectangleF imageRect = new RectangleF(); 4510 RectangleF imageRect = new RectangleF(); 5575 return new RectangleF( left, top, right - left, bottom - top );
Common\General\ChartGraphics3D.cs (7)
711RectangleF pieTopRectangle = new RectangleF(); 717RectangleF pieBottomRectangle = new RectangleF(); 842RectangleF pieRectangle = new RectangleF(); 968RectangleF pieRectangle = new RectangleF(); 974RectangleF pieDoughnutRectangle = new RectangleF(); 2223 RectangleF position = new RectangleF(minX, minY, maxX - minX, maxY - minY); 3598RectangleF rectLightCenter = new RectangleF(rect.Location, rect.Size);
Common\General\GridTickMarks.cs (3)
501 RectangleF rect = new RectangleF( first.X - 0.5f, first.Y - 0.5f, Math.Abs( second.X - first.X ) + 1, Math.Abs( second.Y - first.Y ) + 1 ); 515 RectangleF rect = new RectangleF( first.X - 0.5f, first.Y - 0.5f, Math.Abs( second.X - first.X ) + 1, Math.Abs( second.Y - first.Y ) + 1 ); 750 RectangleF rect = new RectangleF( first.X - 0.5f, first.Y - 0.5f, Math.Abs( second.X - first.X ) + 1, Math.Abs( second.Y - first.Y ) + 1 );
Common\General\Label.cs (1)
2294RectangleF initialRect = new RectangleF(rect.Location, rect.Size);
Common\General\Legend.cs (5)
1087 RectangleF legendPosition = new RectangleF(); 4581 new RectangleF(rect.Left, rect.Bottom - 1f, rect.Width, 0f), 4599 new RectangleF(rect.Right - 1f, rect.Top, 0f, rect.Height), 4620 new RectangleF(rect.Left, rect.Bottom - 2f, rect.Width, 1f), 4638 new RectangleF(rect.Right - 2f, rect.Top, 1f, rect.Height),
Common\General\LegendColumns.cs (1)
2757 return new RectangleF(this.Left, this.Top, this.Right, this.Bottom);
Common\General\Selection.cs (2)
2036RectangleF mouseRect = new RectangleF(x - 1, y - 1, 2, 2); 3084RectangleF rect1 = new RectangleF(first.X, first.Y, second.X - first.X, second.Y - first.Y);
Common\General\Title.cs (6)
1446 RectangleF absPosition = new RectangleF(titlePosition.Location, titlePosition.Size); 1485 RectangleF exactTitleRect = new RectangleF( 1757RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1781RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1806RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1856 RectangleF titlePosition = new RectangleF();
Common\Utilities\ElementPosition.cs (1)
204 return new RectangleF(_x, _y, _width, _height);
System.Web.Mobile (1)
UI\MobileControls\Design\Util\ImageCreator.cs (1)
137new RectangleF(20, barHeight + 1, controlWidth - 30, messageHeight - 1));
System.Windows.Forms (3)
misc\DpiHelper.cs (2)
463RectangleF sourceRect = new RectangleF(0, 0, logicalImage.Size.Width, logicalImage.Size.Height); 464RectangleF destRect = new RectangleF(0, 0, deviceImageSize.Width, deviceImageSize.Height);
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1173finalrect = new RectangleF(rects[0].Location, SizeF.Empty);
System.Windows.Forms.DataVisualization (150)
Common\Annotation\AnnotationBase.cs (11)
226 internal RectangleF currentPositionRel = new RectangleF(float.NaN, float.NaN, float.NaN, float.NaN); 2063 this.selectionRects[(int)ResizingMode.TopLeftHandle] = new RectangleF( 2068 this.selectionRects[(int)ResizingMode.BottomRightHandle] = new RectangleF( 2137 this.selectionRects[index] = new RectangleF( 2229 this.selectionRects[(int)ResizingMode.AnchorHandle] = new RectangleF( 2334 return new RectangleF(float.NaN, float.NaN, float.NaN, float.NaN); 2879 currentPositionRel = new RectangleF(location, size); 2918 this.currentPositionRel = new RectangleF(position.Location, position.Size); 3248 SetPositionRelative(new RectangleF(firstPoint, size), anchorPoint, userInput); 3540 RectangleF anchorRect = new RectangleF( 3999 this.currentPositionRel = new RectangleF(float.NaN, float.NaN, float.NaN, float.NaN);
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 (5)
619 spacing = new RectangleF(4f, 4f, 4f, 4f); 624 spacing = new RectangleF(1f, 1f, 1f, 1f); 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 (4)
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); 711return new RectangleF(float.NaN, float.NaN, imageSize.Width, imageSize.Height); 723 return new RectangleF(float.NaN, float.NaN, float.NaN, float.NaN);
Common\Annotation\LineAnnotation.cs (3)
572 RectangleF selectionRect = new RectangleF(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y)); 814 return new RectangleF(float.NaN, float.NaN, 0f, float.NaN); 903 return new RectangleF(float.NaN, float.NaN, float.NaN, 0f);
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 (7)
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); 691 RectangleF rect = new RectangleF(3f, 3f, 3f, 3f); 707 RectangleF rectangle = new RectangleF(0f, 0f, 100f, 100f); 709 rect = new RectangleF(
Common\Annotation\TextAnnotation.cs (7)
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); 641textActualPosition = new RectangleF(textPositionWithSpacing.Location, textSize); 926 return new RectangleF(float.NaN, float.NaN, contentSize.Width, contentSize.Height); 983 result = new RectangleF(float.NaN, float.NaN, contentSize.Width, contentSize.Height); 1006 RectangleF rect = new RectangleF(3f, 3f, 3f, 3f);
Common\Borders3D\EmbedBorder.cs (8)
91 return new RectangleF( 138 return new RectangleF( 185 return new RectangleF( 231 return new RectangleF( 279 return new RectangleF( 325 return new RectangleF( 1029 new RectangleF( 1059 new RectangleF(
Common\Borders3D\EmbossBorder.cs (1)
248 new RectangleF(
Common\ChartTypes\AreaChart.cs (1)
985 RectangleF position = new RectangleF(minX, minY, maxX - minX, maxY - minY);
Common\ChartTypes\BarChart.cs (3)
1035labelBackPosition = new RectangleF( 1123 new RectangleF(markerPosition.X - relativeMarkerSize.Width/2f, markerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height), 2117labelBackPosition = new RectangleF(
Common\ChartTypes\BoxPlotChart.cs (1)
823 new RectangleF(xPosition, yPosition, markerSize.Width, markerSize.Height));
Common\ChartTypes\ColumnChart.cs (2)
1152 new RectangleF(markerPosition.X, markerPosition.Y, markerSize.Width, markerSize.Height)); 1191 new RectangleF(markerPosition.X - relativeMarkerSize.Width/2f, markerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height),
Common\ChartTypes\ErrorBarChart.cs (1)
880 new RectangleF(xPosition, yPosition, markerSize.Width, markerSize.Height));
Common\ChartTypes\FastPointChart.cs (1)
460 RectangleF markerBounds = new RectangleF(
Common\ChartTypes\FunnelChart.cs (3)
192internal RectangleF plotAreaSpacing = new RectangleF(3f, 3f, 3f, 3f); 1704 RectangleF requiredSpacing = this.Graph.GetAbsoluteRectangle( new RectangleF(1f, 1f, 1f, 1f) ); 2139 this.plotAreaSpacing = new RectangleF(1f, 1f, 1f, 1f);
Common\ChartTypes\LineChart.cs (1)
988RectangleF rect = new RectangleF(0, 0, graph.Common.ChartPicture.Width, graph.Common.ChartPicture.Height);
Common\ChartTypes\PieChart.cs (12)
780 rectangle = new RectangleF( area.Position.ToRectangleF().X, area.Position.ToRectangleF().Y, area.Position.ToRectangleF().Width, area.Position.ToRectangleF().Height ); 784 rectangle = new RectangleF( area.PlotAreaPosition.ToRectangleF().X, area.PlotAreaPosition.ToRectangleF().Y, area.PlotAreaPosition.ToRectangleF().Width, area.PlotAreaPosition.ToRectangleF().Height ); 802 rectangle = new RectangleF( middlePoint.X - relativeSize.Width / 2, middlePoint.Y - relativeSize.Height / 2, relativeSize.Width, relativeSize.Height ); 898 RectangleF shadowRect = new RectangleF( rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height ); 1391RectangleF rect = new RectangleF(labelRect.Location, labelRect.Size); 1405RectangleF labelBackPosition = new RectangleF( 2489 RectangleF plotingRectangle = new RectangleF( area.Position.ToRectangleF().X + 1, area.Position.ToRectangleF().Y + 1, area.Position.ToRectangleF().Width-2, area.Position.ToRectangleF().Height-2 ); 2550 rectangle = new RectangleF( plotingRectangle.X, plotingRectangle.Y, plotingRectangle.Width, plotingRectangle.Height ); 2552 rectangle = new RectangleF( area.PlotAreaPosition.ToRectangleF().X, area.PlotAreaPosition.ToRectangleF().Y, area.PlotAreaPosition.ToRectangleF().Width, area.PlotAreaPosition.ToRectangleF().Height ); 2565 rectangle = new RectangleF( middlePoint.X - relativeSize.Width / 2, middlePoint.Y - relativeSize.Height / 2, relativeSize.Width, relativeSize.Height ); 5503RectangleF labelBackPosition = new RectangleF( 5579 labelBackPosition = new RectangleF(
Common\ChartTypes\PointAndFigureChart.cs (1)
830 RectangleF shadowPosition = new RectangleF(position.Location, position.Size);
Common\ChartTypes\PointChart.cs (5)
493 new RectangleF(markerPosition.X, markerPosition.Y, markerSize.Width, markerSize.Height)); 635 new RectangleF(markerPosition.X - relativeMarkerSize.Width/2f, markerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height), 1235 new RectangleF(markerRotatedPosition.X, markerRotatedPosition.Y, markerSize.Width, markerSize.Height), 1316 new RectangleF(markerRotatedPosition.X - relativeMarkerSize.Width/2f, markerRotatedPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height), 1766 RectangleF markerRect = new RectangleF(
Common\ChartTypes\RadarChart.cs (3)
768 new RectangleF(dataPointPos[index].X, dataPointPos[index].Y, markerSize.Width, markerSize.Height), 829 new RectangleF(relativeMarkerPosition.X - relativeMarkerSize.Width/2f, relativeMarkerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height), 1591 RectangleF markerRect = new RectangleF(
Common\ChartTypes\RangeChart.cs (1)
1110 RectangleF position = new RectangleF(minX, minY, maxX - minX, maxY - minY);
Common\ChartTypes\StackedAreaChart.cs (2)
1045labelBackPosition = new RectangleF( 1527labelBackPosition = new RectangleF(
Common\ChartTypes\StackedBarChart.cs (3)
920 RectangleF labelRect = new RectangleF(rectSize.Location, rectSize.Size); 1183labelBackPosition = new RectangleF( 2087labelBackPosition = new RectangleF(
Common\ChartTypes\StackedColumnChart.cs (2)
1240labelBackPosition = new RectangleF( 1952labelBackPosition = new RectangleF(
Common\ChartTypes\StockChart.cs (5)
571 new RectangleF(markerPosition.X, markerPosition.Y, markerSize.Width, markerSize.Height)); 604 new RectangleF(markerPosition.X - relativeMarkerSize.Width/2f, markerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height), 1398 new RectangleF(markerPosition.X, markerPosition.Y, markerSize.Width, markerSize.Height)); 1431 new RectangleF(markerPosition.X - relativeMarkerSize.Width/2f, markerPosition.Y - relativeMarkerSize.Height/2f, relativeMarkerSize.Width, relativeMarkerSize.Height), 1915 RectangleF markerRect = new RectangleF(
Common\General\Axis.cs (3)
1965transformedTitlePosition = new RectangleF( 2667RectangleF rect = new RectangleF(first.X, first.Y, second.X - first.X, second.Y - first.Y); 4949RectangleF curLabelPosition = new RectangleF(
Common\General\Chart.cs (5)
1885 ChartGraph.FillRectangleAbs( new RectangleF( 0, 0, Width-1 , Height-1 ), 1919 ChartGraph.FillRectangleAbs( new RectangleF( 0, 0, Width-1 , Height-1 ), 2100 RectangleF chartAreasRectangle = new RectangleF(0, 0, _width - 1, _height - 1); 2136 frameTitlePosition = new RectangleF(_titlePosition.Location, _titlePosition.Size); 2158 RectangleF areaPosition = new RectangleF();
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 (14)
408 backFilledBrush= new TextureBrush( bitmap, new RectangleF(0,0,image.Width,image.Height), attrib); 419textureBrush = new TextureBrush(image, new RectangleF(0, 0, image.Width, image.Height), attrib); 423textureBrush = new TextureBrush(scaledImage, new RectangleF(0, 0, scaledImage.Width, scaledImage.Height), attrib); 486 RectangleF tempRect = new RectangleF(rectangle.X,rectangle.Y,rectangle.Width,rectangle.Height); 2122RectangleF absPositionWithoutImage = new RectangleF(absPosition.Location, absPosition.Size); 2289RectangleF imageRect = new RectangleF( 3448 fillRect = new RectangleF( rect.X, rect.Y, rect.Width, rect.Height); 3456fillRect = new RectangleF( rect.X, rect.Y, rect.Width, rect.Height); 3461 fillRect = new RectangleF( 3533 RectangleF imageRect = new RectangleF(); 4193 fillRect = new RectangleF( rect.X + borderWidth, rect.Y + borderWidth, rect.Width - borderWidth * 2, rect.Height - borderWidth * 2 ); 4214 RectangleF imageRect = new RectangleF(); 4510 RectangleF imageRect = new RectangleF(); 5575 return new RectangleF( left, top, right - left, bottom - top );
Common\General\ChartGraphics3D.cs (7)
711RectangleF pieTopRectangle = new RectangleF(); 717RectangleF pieBottomRectangle = new RectangleF(); 842RectangleF pieRectangle = new RectangleF(); 968RectangleF pieRectangle = new RectangleF(); 974RectangleF pieDoughnutRectangle = new RectangleF(); 2223 RectangleF position = new RectangleF(minX, minY, maxX - minX, maxY - minY); 3598RectangleF rectLightCenter = new RectangleF(rect.Location, rect.Size);
Common\General\GridTickMarks.cs (3)
501 RectangleF rect = new RectangleF( first.X - 0.5f, first.Y - 0.5f, Math.Abs( second.X - first.X ) + 1, Math.Abs( second.Y - first.Y ) + 1 ); 515 RectangleF rect = new RectangleF( first.X - 0.5f, first.Y - 0.5f, Math.Abs( second.X - first.X ) + 1, Math.Abs( second.Y - first.Y ) + 1 ); 750 RectangleF rect = new RectangleF( first.X - 0.5f, first.Y - 0.5f, Math.Abs( second.X - first.X ) + 1, Math.Abs( second.Y - first.Y ) + 1 );
Common\General\Label.cs (1)
2294RectangleF initialRect = new RectangleF(rect.Location, rect.Size);
Common\General\Legend.cs (5)
1087 RectangleF legendPosition = new RectangleF(); 4581 new RectangleF(rect.Left, rect.Bottom - 1f, rect.Width, 0f), 4599 new RectangleF(rect.Right - 1f, rect.Top, 0f, rect.Height), 4620 new RectangleF(rect.Left, rect.Bottom - 2f, rect.Width, 1f), 4638 new RectangleF(rect.Right - 2f, rect.Top, 1f, rect.Height),
Common\General\LegendColumns.cs (1)
2757 return new RectangleF(this.Left, this.Top, this.Right, this.Bottom);
Common\General\Selection.cs (2)
2036RectangleF mouseRect = new RectangleF(x - 1, y - 1, 2, 2); 3084RectangleF rect1 = new RectangleF(first.X, first.Y, second.X - first.X, second.Y - first.Y);
Common\General\Title.cs (6)
1446 RectangleF absPosition = new RectangleF(titlePosition.Location, titlePosition.Size); 1485 RectangleF exactTitleRect = new RectangleF( 1757RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1781RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1806RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1856 RectangleF titlePosition = new RectangleF();
Common\Utilities\ElementPosition.cs (1)
204 return new RectangleF(_x, _y, _width, _height);
WinForm\ChartWinControl.cs (1)
586 RectangleF rect = new RectangleF(3, 3, this.Width-6, this.Height-6);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1927RectangleF tabTextRectangleF = new RectangleF(tabTextRectangle.X, tabTextRectangle.Y, tabTextRectangle.Width, tabTextRectangle.Height);
1377 references to RectangleF
System.Drawing (163)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
3296internal static IntPtr ConvertRectangleToMemory(RectangleF[] rect) {
commonui\System\Drawing\Advanced\GPRECTF.cs (2)
29internal GPRECTF(RectangleF rect) { 42internal RectangleF ToRectangleF() {
commonui\System\Drawing\Advanced\GraphicsPath.cs (12)
776public void AddArc(RectangleF rect, float startAngle, float sweepAngle) { 1133public void AddRectangle(RectangleF rect) { 1148public void AddRectangles(RectangleF[] rects) { 1200public void AddEllipse(RectangleF rect) { 1408RectangleF layoutRect, StringFormat format) { 1470public RectangleF GetBounds() { 1481public RectangleF GetBounds(Matrix matrix) { 1492public RectangleF GetBounds(Matrix matrix, Pen pen) { 1617public void Warp(PointF[] destPoints, RectangleF srcRect) 1625public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix) 1633public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, 1642public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix,
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (5)
94public LinearGradientBrush(RectangleF rect, Color color1, Color color2, 173public LinearGradientBrush(RectangleF rect, Color color1, Color color2, 186public LinearGradientBrush(RectangleF rect, Color color1, Color color2, 335private RectangleF _GetRectangle() { 353public RectangleF Rectangle
commonui\System\Drawing\Advanced\Matrix.cs (1)
80public Matrix(RectangleF rect, PointF[] plgpts) {
commonui\System\Drawing\Advanced\Metafile.cs (13)
194public Metafile(IntPtr referenceHdc, RectangleF frameRect) : 206public Metafile(IntPtr referenceHdc, RectangleF frameRect, MetafileFrameUnit frameUnit) : 218public Metafile(IntPtr referenceHdc, RectangleF frameRect, MetafileFrameUnit frameUnit, EmfType type) : 230public Metafile(IntPtr referenceHdc, RectangleF frameRect, MetafileFrameUnit frameUnit, EmfType type, String description) 384public Metafile(string fileName, IntPtr referenceHdc, RectangleF frameRect) : 395public Metafile(string fileName, IntPtr referenceHdc, RectangleF frameRect, 407public Metafile(string fileName, IntPtr referenceHdc, RectangleF frameRect, 420public Metafile(string fileName, IntPtr referenceHdc, RectangleF frameRect, MetafileFrameUnit frameUnit, string desc) : 432public Metafile(string fileName, IntPtr referenceHdc, RectangleF frameRect, 608public Metafile(Stream stream, IntPtr referenceHdc, RectangleF frameRect) : 620public Metafile(Stream stream, IntPtr referenceHdc, RectangleF frameRect, 633public Metafile(Stream stream, IntPtr referenceHdc, RectangleF frameRect, 646public Metafile(Stream stream, IntPtr referenceHdc, RectangleF frameRect,
commonui\System\Drawing\Advanced\PathGradientBrush.cs (2)
334private RectangleF _GetRectangle() { 351public RectangleF Rectangle
commonui\System\Drawing\Advanced\RectangleF.cs (51)
32/// Initializes a new instance of the <see cref='System.Drawing.RectangleF'/> 35public static readonly RectangleF Empty = new RectangleF(); 45/// Initializes a new instance of the <see cref='System.Drawing.RectangleF'/> 59/// Initializes a new instance of the <see cref='System.Drawing.RectangleF'/> 74/// Creates a new <see cref='System.Drawing.RectangleF'/> with 79public static RectangleF FromLTRB(float left, float top, float right, float bottom) { 90/// the rectangular region represented by this <see cref='System.Drawing.RectangleF'/>. 107/// Gets or sets the size of this <see cref='System.Drawing.RectangleF'/>. 125/// upper-left corner of the rectangular region defined by this <see cref='System.Drawing.RectangleF'/>. 141/// upper-left corner of the rectangular region defined by this <see cref='System.Drawing.RectangleF'/>. 157/// region defined by this <see cref='System.Drawing.RectangleF'/>. 173/// rectangular region defined by this <see cref='System.Drawing.RectangleF'/>. 189/// rectangular region defined by this <see cref='System.Drawing.RectangleF'/> . 202/// rectangular region defined by this <see cref='System.Drawing.RectangleF'/>. 216/// rectangular region defined by this <see cref='System.Drawing.RectangleF'/>. 230/// rectangular region defined by this <see cref='System.Drawing.RectangleF'/>. 243/// Tests whether this <see cref='System.Drawing.RectangleF'/> has a <see cref='System.Drawing.RectangleF.Width'/> or a <see cref='System.Drawing.RectangleF.Height'/> of 0. 256/// Tests whether <paramref name="obj"/> is a <see cref='System.Drawing.RectangleF'/> with the same location and size of this 257/// <see cref='System.Drawing.RectangleF'/>. 261if (!(obj is RectangleF)) 264RectangleF comp = (RectangleF)obj; 275/// Tests whether two <see cref='System.Drawing.RectangleF'/> 279public static bool operator ==(RectangleF left, RectangleF right) { 289/// Tests whether two <see cref='System.Drawing.RectangleF'/> 293public static bool operator !=(RectangleF left, RectangleF right) { 333public bool Contains(RectangleF rect) { 343/// Gets the hash code for this <see cref='System.Drawing.RectangleF'/>. 382public static RectangleF Inflate(RectangleF rect, float x, float y) { 383RectangleF r = rect; 391public void Intersect(RectangleF rect) 393RectangleF result = RectangleF.Intersect(rect, this); 407public static RectangleF Intersect(RectangleF a, RectangleF b) { 418return RectangleF.Empty; 426public bool IntersectsWith(RectangleF rect) { 439public static RectangleF Union(RectangleF a, RectangleF b) { 476/// <see cref='System.Drawing.RectangleF'/>. 478public static implicit operator RectangleF(Rectangle r) { 484/// Converts the <see cref='System.Drawing.RectangleF.Location'/> and <see cref='System.Drawing.RectangleF.Size'/> of this <see cref='System.Drawing.RectangleF'/> to a
commonui\System\Drawing\Advanced\TextureBrush.cs (3)
108public TextureBrush(Image image, WrapMode wrapMode, RectangleF dstRect) { 193public TextureBrush(Image image, RectangleF dstRect) 210public TextureBrush(Image image, RectangleF dstRect,
commonui\System\Drawing\Bitmap.cs (1)
521public Bitmap Clone(RectangleF rect, PixelFormat format) {
commonui\System\Drawing\Graphics.cs (41)
1277public void DrawArc(Pen pen, RectangleF rect, float startAngle, float sweepAngle) { 1459public void DrawRectangles(Pen pen, RectangleF[] rects) { 1515public void DrawEllipse(Pen pen, RectangleF rect) { 1574public void DrawPie(Pen pen, RectangleF rect, float startAngle, float sweepAngle) { 1991public void FillRectangle(Brush brush, RectangleF rect) { 2049public void FillRectangles(Brush brush, RectangleF[] rects) { 2178public void FillEllipse(Brush brush, RectangleF rect) { 2483public void DrawString(String s, Font font, Brush brush, RectangleF layoutRectangle) { 2491RectangleF layoutRectangle, StringFormat format) { 2631public Region[] MeasureCharacterRanges(String text, Font font, RectangleF layoutRect, 2777public void DrawImage(Image image, RectangleF rect) { 2990public void DrawImage(Image image, float x, float y, RectangleF srcRect, 3046public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, 3111public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, 3152public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, 3159public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, 3167public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, 3457public void EnumerateMetafile(Metafile metafile, RectangleF destRect, 3464public void EnumerateMetafile(Metafile metafile, RectangleF destRect, 3472public void EnumerateMetafile(Metafile metafile, RectangleF destRect, 3623RectangleF srcRect, GraphicsUnit srcUnit, 3631RectangleF srcRect, GraphicsUnit srcUnit, 3640RectangleF srcRect, GraphicsUnit unit, 3707public void EnumerateMetafile(Metafile metafile, RectangleF destRect, 3708RectangleF srcRect, GraphicsUnit srcUnit, 3715public void EnumerateMetafile(Metafile metafile, RectangleF destRect, 3716RectangleF srcRect, GraphicsUnit srcUnit, 3724public void EnumerateMetafile(Metafile metafile, RectangleF destRect, 3725RectangleF srcRect, GraphicsUnit unit, 3801RectangleF srcRect, GraphicsUnit srcUnit, 3812RectangleF srcRect, GraphicsUnit srcUnit, 3824RectangleF srcRect, GraphicsUnit unit, 3969public void SetClip(RectangleF rect) { 3976public void SetClip(RectangleF rect, CombineMode combineMode) { 4036public void IntersectClip(RectangleF rect) { 4219public RectangleF ClipBounds { 4256public RectangleF VisibleClipBounds { 4375public bool IsVisible(RectangleF rect) { 4470public GraphicsContainer BeginContainer(RectangleF dstrect, RectangleF srcrect, GraphicsUnit unit) {
commonui\System\Drawing\Image.cs (1)
964public RectangleF GetBounds(ref GraphicsUnit pageUnit) {
commonui\System\Drawing\Printing\PageSettings.cs (2)
233public RectangleF PrintableArea { 237RectangleF printableArea = new RectangleF();
commonui\System\Drawing\Printing\PrintPreviewGraphics.cs (1)
43public RectangleF VisibleClipBounds {
commonui\System\Drawing\Rectangle.cs (3)
299public static Rectangle Ceiling(RectangleF value) { 311public static Rectangle Truncate(RectangleF value) { 323public static Rectangle Round(RectangleF value) {
commonui\System\Drawing\Region.cs (22)
60/// Initializes a new instance of the <see cref='System.Drawing.Region'/> class from the specified <see cref='System.Drawing.RectangleF'/> . 65public Region(RectangleF rect) { 278/// with the specified <see cref='System.Drawing.RectangleF'/>. 280public void Intersect(RectangleF rect) { 357/// specified <see cref='System.Drawing.RectangleF'/>. 360public void Union(RectangleF rect) { 417/// intersection of itself with the specified <see cref='System.Drawing.RectangleF'/>. 419public void Xor(RectangleF rect) { 475/// that does not intersect with the specified <see cref='System.Drawing.RectangleF'/>. 477public void Exclude(RectangleF rect) { 535/// specified <see cref='System.Drawing.RectangleF'/> that does not intersect with this <see cref='System.Drawing.Region'/>. 537public void Complement(RectangleF rect) { 640/// Returns a <see cref='System.Drawing.RectangleF'/> that represents a rectangular 643public RectangleF GetBounds(Graphics g) { 841/// Tests whether the specified <see cref='System.Drawing.RectangleF'/> is contained within this 845public bool IsVisible(RectangleF rect) { 863/// Tests whether the specified <see cref='System.Drawing.RectangleF'/> is contained within this <see cref='System.Drawing.Region'/> in the specified graphics context. 866public bool IsVisible(RectangleF rect, Graphics g) { 980/// Returns an array of <see cref='System.Drawing.RectangleF'/> 985public RectangleF[] GetRegionScans(Matrix matrix) { 1000RectangleF[] rectangles; 1017rectangles = new RectangleF[count];
misc\DpiHelper.cs (2)
463RectangleF sourceRect = new RectangleF(0, 0, logicalImage.Size.Width, logicalImage.Size.Height); 464RectangleF destRect = new RectangleF(0, 0, deviceImageSize.Width, deviceImageSize.Height);
System.Web.DataVisualization (599)
Common\Annotation\AnnotationBase.cs (17)
217 internal RectangleF[] selectionRects = null; 226 internal RectangleF currentPositionRel = new RectangleF(float.NaN, float.NaN, float.NaN, float.NaN); 264 internal RectangleF startMovePositionRel = RectangleF.Empty; 2037 virtual internal void PaintSelectionHandles(ChartGraphics chartGraphics, RectangleF rect, GraphicsPath path) 2057 this.selectionRects = new RectangleF[9]; 2087 RectangleF.Empty); 2100 RectangleF.Empty); 2155 RectangleF.Empty); 2247 RectangleF.Empty); 2317 RectangleF position = GetContentPosition(); 2332 virtual internal RectangleF GetContentPosition() 2477 RectangleF contentPosition = GetContentPosition(); 2847RectangleF newPosition = this.Chart.chartPicture.annotationSmartLabel.GetLabelPosition( 2904 internal void SetPositionRelative(RectangleF position, PointF anchorPoint, bool userInput) 3540 RectangleF anchorRect = new RectangleF( 4099 RectangleF rect = chartArea.PlotAreaPosition.ToRectangleF();
Common\Annotation\ArrowAnnotation.cs (3)
317 RectangleF selectionRect = new RectangleF(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y)); 388 RectangleF position) 391 RectangleF positionAbs = graphics.GetAbsoluteRectangle(position);
Common\Annotation\CalloutAnnotation.cs (19)
139 private static RectangleF _cloudBounds = RectangleF.Empty; 613 internal override RectangleF GetTextSpacing(out bool annotationRelative) 615 RectangleF spacing = base.GetTextSpacing(out annotationRelative); 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); 808 RectangleF rectanglePosition, 813 RectangleF rectanglePositionAbs = graphics.GetAbsoluteRectangle(rectanglePosition); 910 RectangleF rectanglePosition, 922 RectangleF inflatedPosition = new RectangleF(rectanglePosition.Location, rectanglePosition.Size); 931 RectangleF rectanglePositionAbs = graphics.GetAbsoluteRectangle(rectanglePosition); 1102 RectangleF rectanglePosition, 1106 RectangleF rectanglePositionAbs = graphics.GetAbsoluteRectangle(rectanglePosition); 1279 RectangleF rectanglePosition, 1323 RectangleF rectanglePositionAbs = graphics.GetAbsoluteRectangle(rectanglePosition); 1441 RectangleF rectanglePosition, 1663 private static GraphicsPath GetCloudOutlinePath(RectangleF position) 1688 private static GraphicsPath GetCloudPath(RectangleF position) 1873 private GraphicsPath CreateRoundedRectPath(RectangleF rect, float cornerRadius)
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 (3)
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); 688 override internal RectangleF GetContentPosition()
Common\Annotation\LineAnnotation.cs (6)
515 virtual internal void AdjustLineCoordinates(ref PointF point1, ref PointF point2, ref RectangleF selectionRect) 572 RectangleF selectionRect = new RectangleF(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y)); 796 override internal void AdjustLineCoordinates(ref PointF point1, ref PointF point2, ref RectangleF selectionRect) 812 override internal RectangleF GetContentPosition() 885 override internal void AdjustLineCoordinates(ref PointF point1, ref PointF point2, ref RectangleF selectionRect) 901 override internal RectangleF GetContentPosition()
Common\Annotation\PolygonAnnotation.cs (3)
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); 594 RectangleF rectanglePositionAbs = graphics.GetAbsoluteRectangle(rectanglePosition);
Common\Annotation\RectangleAnnotation.cs (8)
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); 657 RectangleF absRectanglePosition = graphics.GetAbsoluteRectangle(rectanglePosition); 688 internal override RectangleF GetTextSpacing(out bool annotationRelative) 691 RectangleF rect = new RectangleF(3f, 3f, 3f, 3f); 707 RectangleF rectangle = new RectangleF(0f, 0f, 100f, 100f);
Common\Annotation\TextAnnotation.cs (15)
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); 510 internal RectangleF DrawText(ChartGraphics graphics, RectangleF textPosition, bool noSpacingForCenteredText, bool getTextPosition) 512 RectangleF textActualPosition = RectangleF.Empty; 518 RectangleF textSpacing = GetTextSpacing(out annotationRelative); 535 RectangleF textPositionWithSpacing = new RectangleF(textPosition.Location, textPosition.Size); 671RectangleF absPosition = graphics.GetAbsoluteRectangle(textPositionWithSpacing); 921 override internal RectangleF GetContentPosition() 946 RectangleF result = RectangleF.Empty; 963 RectangleF textSpacing = GetTextSpacing(out annotationRelative); 1003 internal virtual RectangleF GetTextSpacing(out bool annotationRelative) 1006 RectangleF rect = new RectangleF(3f, 3f, 3f, 3f);
Common\Borders3D\Borders3D.cs (3)
755 RectangleF rect, 773 void AdjustAreasPosition(ChartGraphics graph, ref RectangleF areasRect); 780 RectangleF GetTitlePositionInBorder();
Common\Borders3D\EmbedBorder.cs (17)
89 public override RectangleF GetTitlePositionInBorder() 136 public override RectangleF GetTitlePositionInBorder() 183 public override RectangleF GetTitlePositionInBorder() 229 public override RectangleF GetTitlePositionInBorder() 277 public override RectangleF GetTitlePositionInBorder() 323 public override RectangleF GetTitlePositionInBorder() 647 RectangleF rect, 831 public virtual RectangleF GetTitlePositionInBorder() 833 return RectangleF.Empty; 841 public virtual void AdjustAreasPosition(ChartGraphics graph, ref RectangleF areasRect) 904 RectangleF rect, 917 RectangleF absolute = graph.Round( rect ); 918 RectangleF shadowRect = absolute; 997 RectangleF screwRect = RectangleF.Empty; 1066 RectangleF shadowWithOffset = shadowRect; 1089 private void DrawScrew(ChartGraphics graph, RectangleF rect)
Common\Borders3D\EmbossBorder.cs (6)
101 public virtual RectangleF GetTitlePositionInBorder() 103 return RectangleF.Empty; 111 public virtual void AdjustAreasPosition(ChartGraphics graph, ref RectangleF areasRect) 159 RectangleF rect, 172 RectangleF absolute = graph.Round( rect ); 173 RectangleF shadowRect = absolute;
Common\ChartTypes\AreaChart.cs (1)
985 RectangleF position = new RectangleF(minX, minY, maxX - minX, maxY - minY);
Common\ChartTypes\BarChart.cs (19)
555 RectangleF rectSize = RectangleF.Empty; 745 RectangleF rectSize, 801 RectangleF.Empty); 833RectangleF rectLabel = RectangleF.Empty; 1023RectangleF labelBackPosition = RectangleF.Empty; 1464 RectangleF rectSize = RectangleF.Empty; 1663 RectangleF rectSize = RectangleF.Empty; 1730 RectangleF rectSize, 1798 RectangleF.Empty, 1822 RectangleF rectSize, 1838RectangleF rectLabel = RectangleF.Empty; 2109RectangleF labelBackPosition = RectangleF.Empty;
Common\ChartTypes\BoxPlotChart.cs (10)
435 RectangleF rectSize = RectangleF.Empty; 575 RectangleF areaRect = RectangleF.Empty; 965RectangleF labelBackPosition = RectangleF.Empty; 1223 RectangleF rectSize = RectangleF.Empty; 1362 RectangleF areaRect = RectangleF.Empty;
Common\ChartTypes\ColumnChart.cs (15)
463 RectangleF rectSize = RectangleF.Empty; 590 RectangleF rectSize, 791 RectangleF rectSize = RectangleF.Empty; 950 RectangleF columnPosition, 974 RectangleF columnPosition, 1091 RectangleF columnPosition, 1101 RectangleF intersection = RectangleF.Intersect( 1249RectangleF labelBackPosition = RectangleF.Empty; 1306 RectangleF columnPosition, 1371RectangleF labelBackPosition = RectangleF.Empty;
Common\ChartTypes\ErrorBarChart.cs (6)
593 RectangleF areaRect = RectangleF.Empty; 1022RectangleF labelBackPosition = RectangleF.Empty; 1357 RectangleF areaRect = RectangleF.Empty;
Common\ChartTypes\FastLineChart.cs (1)
646RectangleF pathBounds = path.GetBounds();
Common\ChartTypes\FastPointChart.cs (1)
460 RectangleF markerBounds = new RectangleF(
Common\ChartTypes\FunnelChart.cs (21)
192internal RectangleF plotAreaSpacing = new RectangleF(3f, 3f, 3f, 3f); 210private RectangleF _plotAreaPosition = RectangleF.Empty; 271internal RectangleF PlotAreaPosition 536 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 685 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 999 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 1159 RectangleF boundsRect = segmentPath.GetBounds(); 1562 RectangleF labelBackPosition = labelInfo.Position; 1611 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle( this.Area.Position.ToRectangleF() ); 1697 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(PlotAreaPosition); 1704 RectangleF requiredSpacing = this.Graph.GetAbsoluteRectangle( new RectangleF(1f, 1f, 1f, 1f) ); 1708 RectangleF position = labelInfo.Position; 1783 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(PlotAreaPosition); 2071 RectangleF rect = testLabelInfo.Position; 2172 private RectangleF GetPlotAreaPosition() 2175 RectangleF plotAreaPosition = ( Area.InnerPlotPosition.Auto ) ? 2199 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(plotAreaPosition); 2913 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 3025 public RectangleF Position = RectangleF.Empty;
Common\ChartTypes\LineChart.cs (1)
988RectangleF rect = new RectangleF(0, 0, graph.Common.ChartPicture.Width, graph.Common.ChartPicture.Height);
Common\ChartTypes\PieChart.cs (50)
777 RectangleF rectangle; 815 RectangleF rect = rectangle; 898 RectangleF shadowRect = new RectangleF( rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height ); 1259RectangleF labelBackPosition = RectangleF.Empty; 1337RectangleF labelRect = RectangleF.Empty; 1338RectangleF labelRectOver = RectangleF.Empty; 1379float calculatedY3 = (((RectangleF)this._labelsRectangles[pointIndex]).Top + ((RectangleF)this._labelsRectangles[pointIndex]).Bottom) / 2f; 1391RectangleF rect = new RectangleF(labelRect.Location, labelRect.Size); 1395rect = (RectangleF)this._labelsRectangles[pointIndex]; 1405RectangleF labelBackPosition = new RectangleF( 1462 InsertOverlapLabel( RectangleF.Empty ); 1482 private RectangleF GetLabelRect( PointF labelPosition, ChartArea area, string text, StringFormat format, ChartGraphics graph, DataPoint point, bool leftOrientation ) 1484 RectangleF labelRect = RectangleF.Empty; 1809 private void Map( CommonElements common, DataPoint point, float startAngle, float sweepAngle, RectangleF rectangle, bool doughnut, float doughnutRadius, ChartGraphics graph, int pointIndex ) 1816RectangleF doughnutRect = RectangleF.Empty; 1937 private bool PrepareLabels( RectangleF area ) 1945 foreach( RectangleF rect in this._labelsRectangles ) 1972 RectangleF rect = (RectangleF)_labelsRectangles[index]; 1993 RectangleF rect = (RectangleF)_labelsRectangles[index]; 2025 RectangleF rect = (RectangleF)_labelsRectangles[index]; 2046 RectangleF rect = (RectangleF)_labelsRectangles[index]; 2112 private void InsertOverlapLabel( RectangleF labelRect ) 2117 foreach( RectangleF rect in _labelsRectangles ) 2489 RectangleF plotingRectangle = new RectangleF( area.Position.ToRectangleF().X + 1, area.Position.ToRectangleF().Y + 1, area.Position.ToRectangleF().Width-2, area.Position.ToRectangleF().Height-2 ); 2548 RectangleF rectangle; 2605 RectangleF rect = rectangle; 2679 RectangleF rectangle, 3053 RectangleF rectangle, 4843 private RectangleF _chartAreaPosition; 4844 private RectangleF _innerPlotPosition; 4857 public LabelColumn( RectangleF position ) 5236 internal void Initialize( RectangleF rectangle, bool rightPosition, int maxNumOfRows, float labelLineSize ) 5283 ref RectangleF pieRectangle, 5387 RectangleF pieRectangle, 5446RectangleF chartAreaPosition = graph.GetAbsoluteRectangle(area.Position.ToRectangleF()); 5447RectangleF labelPosition = RectangleF.Empty; 5503RectangleF labelBackPosition = new RectangleF( 5575 RectangleF labelBackPosition = RectangleF.Empty;
Common\ChartTypes\PointAndFigureChart.cs (4)
802 RectangleF rectSize, 817 RectangleF position = RectangleF.Empty; 830 RectangleF shadowPosition = new RectangleF(position.Location, position.Size);
Common\ChartTypes\PointChart.cs (7)
587 RectangleF imageScaleRect 896RectangleF labelBackPosition = RectangleF.Empty; 965 internal static RectangleF GetLabelPosition( 973 RectangleF labelPosition = RectangleF.Empty; 1766 RectangleF markerRect = new RectangleF(
Common\ChartTypes\RadarChart.cs (3)
1242RectangleF labelBackPosition = RectangleF.Empty; 1591 RectangleF markerRect = new RectangleF(
Common\ChartTypes\RangeChart.cs (1)
1110 RectangleF position = new RectangleF(minX, minY, maxX - minX, maxY - minY);
Common\ChartTypes\StackedAreaChart.cs (4)
1041RectangleF labelBackPosition = RectangleF.Empty; 1523RectangleF labelBackPosition = RectangleF.Empty;
Common\ChartTypes\StackedBarChart.cs (16)
481 RectangleF areaPosition = ((ChartGraphics)graph).GetAbsoluteRectangle( area.PlotAreaPosition.ToRectangleF()); 811 RectangleF rectSize = RectangleF.Empty; 920 RectangleF labelRect = new RectangleF(rectSize.Location, rectSize.Size); 1037 RectangleF rectangle ) 1179RectangleF labelBackPosition = RectangleF.Empty; 1560 RectangleF rectSize = RectangleF.Empty; 1725 RectangleF rectSize = RectangleF.Empty; 1794 RectangleF rectSize, 1810 RectangleF rectLabel = RectangleF.Empty; 2083RectangleF labelBackPosition = RectangleF.Empty;
Common\ChartTypes\StackedColumnChart.cs (13)
487 RectangleF areaPosition = ((ChartGraphics)graph).GetAbsoluteRectangle( area.PlotAreaPosition.ToRectangleF()); 831 RectangleF rectSize = RectangleF.Empty; 1117 RectangleF rectangle ) 1236RectangleF labelBackPosition = RectangleF.Empty; 1598 RectangleF rectSize = RectangleF.Empty; 1761 RectangleF rectSize = RectangleF.Empty; 1831 RectangleF rectangle ) 1948RectangleF labelBackPosition = RectangleF.Empty;
Common\ChartTypes\StockChart.cs (11)
464 RectangleF areaRect = RectangleF.Empty; 797 RectangleF rect = RectangleF.Empty; 1046RectangleF labelBackPosition = RectangleF.Empty; 1278 RectangleF areaRect = RectangleF.Empty; 1622 RectangleF rect = RectangleF.Empty; 1915 RectangleF markerRect = new RectangleF(
Common\General\Axis.cs (24)
206private RectangleF _titlePosition = RectangleF.Empty; 1960RectangleF transformedTitlePosition = graph.GetAbsoluteRectangle(_titlePosition); 2001private Matrix SetRotationTransformation(ChartGraphics graph, RectangleF titlePosition) 2039RectangleF rect = ChartArea.PlotAreaPosition.ToRectangleF(); 2140RectangleF rect = ChartArea.PlotAreaPosition.ToRectangleF(); 2667RectangleF rect = new RectangleF(first.X, first.Y, second.X - first.X, second.Y - first.Y); 3359RectangleF plotArea, 4126 RectangleF rect1 = (RectangleF)labelPositions[index]; 4129 RectangleF rect2 = (RectangleF)labelPositions[index2]; 4747RectangleF plotAreaRectAbs, 4748RectangleF areaRectAbs, 4834RectangleF plotAreaRectAbs, 4835RectangleF areaRectAbs, 4849RectangleF prevLabelPosition = RectangleF.Empty; 4949RectangleF curLabelPosition = new RectangleF( 5225RectangleF rect = RectangleF.Empty; 5546RectangleF labelPosition = rect; 5641RectangleF rectLabels = ChartArea.Position.ToRectangleF(); 5658RectangleF rect = rectLabels;
Common\General\AxisScale.cs (2)
241 internal RectangleF paintAreaPosition = RectangleF.Empty;
Common\General\AxisScaleSegments.cs (6)
358 RectangleF breakPosition = this.GetBreakLinePosition(graph, nextSegment); 388 RectangleF shadowPartRect = breakPosition; 426 RectangleF clipRegion = graph.GetAbsoluteRectangle(this.axis.PlotAreaPosition.ToRectangleF()); 544 private GraphicsPath GetBreakLinePath(RectangleF breakLinePosition, bool top) 687 internal RectangleF GetBreakLinePosition(ChartGraphics graph, AxisScaleSegment nextSegment) 690 RectangleF breakPosition = this.axis.PlotAreaPosition.ToRectangleF();
Common\General\Chart.cs (14)
1501 private RectangleF _titlePosition = RectangleF.Empty; 1518 private RectangleF _chartBorderPosition = RectangleF.Empty; 2100 RectangleF chartAreasRectangle = new RectangleF(0, 0, _width - 1, _height - 1); 2106 _titlePosition = RectangleF.Empty; 2121 titleInBorder = border3D.GetTitlePositionInBorder() != RectangleF.Empty; 2133 RectangleF frameTitlePosition = RectangleF.Empty; 2158 RectangleF areaPosition = new RectangleF(); 2222 RectangleF rect = area.Position.ToRectangleF(); 3106 RectangleF areaPlotPosition = ((ChartArea)areasGroup[0]).PlotAreaPosition.ToRectangleF(); 3143 RectangleF rect = area.PlotAreaPosition.ToRectangleF(); 3201 RectangleF areaPosition = area.Position.ToRectangleF();
Common\General\ChartArea.cs (24)
208 internal RectangleF originalAreaPosition = RectangleF.Empty; 211 internal RectangleF originalInnerPlotPosition = RectangleF.Empty; 214internal RectangleF lastAreaPosition = RectangleF.Empty; 1268 this.originalAreaPosition = RectangleF.Empty; 1275 this.originalInnerPlotPosition = RectangleF.Empty; 1403 internal RectangleF GetBackgroundPosition( bool withScrollBars ) 1408 RectangleF backgroundPosition = PlotAreaPosition.ToRectangleF(); 1421 RectangleF backgroundPositionWithScrollBars = new RectangleF(backgroundPosition.Location, backgroundPosition.Size); 1467 RectangleF plottingRect = Position.ToRectangleF(); 1550 RectangleF rectLabelSideSpacing = RectangleF.Empty; 1811 RectangleF rect = chartGraph.GetAbsoluteRectangle( plottingRect ); 2006 private void PaintAreaBack(ChartGraphics graph, RectangleF position, bool borderOnly) 2087RectangleF plottingRect = Position.ToRectangleF(); 2100RectangleF backgroundPositionWithScrollBars = GetBackgroundPosition(true); 2101RectangleF backgroundPosition = GetBackgroundPosition(false); 2563 ref RectangleF plotArea, 2577 RectangleF plotAreaRectAbs = chartGraph.GetAbsoluteRectangle( plotArea ); 2578 RectangleF areaRectAbs = chartGraph.GetAbsoluteRectangle( chartAreaPosition.ToRectangleF()); 2660 RectangleF areaRectAbs, 2661 RectangleF plotAreaRectAbs,
Common\General\ChartArea3D.cs (3)
643 internal void DrawArea3DScene(ChartGraphics graph, RectangleF position) 724 RectangleF wallRect2D = new RectangleF(position.Location, position.Size); 1266 RectangleF plottingRect = area.Position.ToRectangleF();
Common\General\ChartGraphics.cs (90)
440 RectangleF rectangle, 486 RectangleF tempRect = new RectangleF(rectangle.X,rectangle.Y,rectangle.Width,rectangle.Height); 549 RectangleF rectangle, 612 internal PointF[] CreateStarPolygon(RectangleF rect, int numberOfCorners) 662 RectangleF imageScaleRect 694 RectangleF imageScaleRect, 713RectangleF rect = RectangleF.Empty; 714if (imageScaleRect == RectangleF.Empty) 777RectangleF rect = RectangleF.Empty; 836RectangleF shadowRect = rect; 1037RectangleF diamondRect = RectangleF.Empty; 1212RectangleF rect, 1273RectangleF position, 1333 RectangleF position, 1336 RectangleF backPosition, 1413 RectangleF backPosition, 1482 RectangleF backPosition, 1494 RectangleF backPositionAbs = this.Round(this.GetAbsoluteRectangle(backPosition)); 1769 RectangleF position, 1772 RectangleF boundaryRect, 1789RectangleF absPosition = this.GetAbsoluteRectangle(position); 1876RectangleF newRect = RectangleF.Empty; 1932RectangleF newRect = RectangleF.Empty; 1978RectangleF labelRect = Rectangle.Empty; 2039if (boundaryRect != RectangleF.Empty) 2071RectangleF truncateRect = region.GetBounds(Graphics); 2122RectangleF absPositionWithoutImage = new RectangleF(absPosition.Location, absPosition.Size); 2289RectangleF imageRect = new RectangleF( 2385 RectangleF absPosition, 2403 RectangleF newRect = RectangleF.Empty; 2517 RectangleF absPosition, 2711 internal void DrawStringRel( string text, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format ) 2713 RectangleF rect; 2756 RectangleF layoutRectangle, 2761 RectangleF rect; 2832 internal void DrawRectangleBarStyle(BarDrawingStyle barDrawingStyle, bool isVertical, RectangleF rect) 2844 RectangleF gradientRect = rect; 2968 RectangleF gradientRect = rect; 3040 RectangleF gradientRect = rect; 3190 internal void FillRectangleRel( RectangleF rectF, 3249 internal void FillRectangleRel( RectangleF rectF, 3309 internal void FillRectangleRel( RectangleF rectF, 3375 internal void FillRectangleRel( RectangleF rectF, 3423 RectangleF rect = GetAbsoluteRectangle( rectF ); 3440 RectangleF fillRect; 3533 RectangleF imageRect = new RectangleF(); 3691 RectangleF rect, 3715 RectangleF rect, 3750 RectangleF absolute; 3751 RectangleF offset = RectangleF.Empty; 3774 RectangleF absolute; 3775 RectangleF offset = RectangleF.Empty; 3859 internal GraphicsPath GetPolygonCirclePath(RectangleF position, int polygonSectorsNumber) 3914 internal void DrawCircleAbs(Pen pen, Brush brush, RectangleF position, int polygonSectorsNumber, bool circle3D) 4120 internal void FillRectangleAbs( RectangleF rect, 4190 RectangleF fillRect; 4214 RectangleF imageRect = new RectangleF(); 4473 RectangleF pathRect = path.GetBounds(); 4494 RectangleF fillRect = path.GetBounds(); 4510 RectangleF imageRect = new RectangleF(); 4606 RectangleF rect, 4645 public RectangleF GetRelativeRectangle( RectangleF rectangle ) 4651RectangleF relative = RectangleF.Empty; 4736 public RectangleF GetAbsoluteRectangle( RectangleF rectangle ) 4742 RectangleF absolute = RectangleF.Empty; 4787 internal GraphicsPath CreateRoundedRectPath(RectangleF rect, float[] cornerRadius) 4812 internal void DrawRoundedRectShadowAbs(RectangleF rect, float[] cornerRadius, float radius, Color centerColor, Color surroundColor, float shadowScale) 4857 RectangleF rect, 4894 RectangleF absRect, 4982 RectangleF rect, 5005 RectangleF absRect = GetAbsoluteRectangle( rect ); 5126 RectangleF position, 5139 RectangleF gradientPath = position; 5237 RectangleF innerPosition = position; 5280 private void DrawPieSoftShadow( float startAngle, float sweepAngle, RectangleF absRect, Color backColor ) 5568 internal RectangleF Round(RectangleF rect) 5671 internal void SetClip( RectangleF region )
Common\General\ChartGraphics3D.cs (28)
711RectangleF pieTopRectangle = new RectangleF(); 717RectangleF pieBottomRectangle = new RectangleF(); 842RectangleF pieRectangle = new RectangleF(); 968RectangleF pieRectangle = new RectangleF(); 974RectangleF pieDoughnutRectangle = new RectangleF(); 2223 RectangleF position = new RectangleF(minX, minY, maxX - minX, maxY - minY); 2776 RectangleF position, 2824 RectangleF position, 3081 RectangleF position, 3089 RectangleF positionAbs = GetAbsoluteRectangle(position); 3232 RectangleF positionAbs = GetAbsoluteRectangle(position); 3245 RectangleF gradientRect = position; 3279 RectangleF bounds = path.GetBounds(); 3335 RectangleF bounds = path.GetBounds(); 3358 RectangleF positionAbs = GetAbsoluteRectangle(position); 3471 RectangleF imageScaleRect, 3508 RectangleF rect = RectangleF.Empty; 3530RectangleF rect = RectangleF.Empty; 3553RectangleF shadowRect = rect; 3598RectangleF rectLightCenter = new RectangleF(rect.Location, rect.Size); 3631RectangleF rectNonRotated = RectangleF.Empty; 3676 RectangleF position, 3725 RectangleF position, 3956 RectangleF position, 4162 RectangleF boundsRect = pathToDraw.GetBounds();
Common\General\ChartRenderingEngine.cs (5)
321 RectangleF layoutRectangle, 465 RectangleF rect 496 RectangleF rect 542 RectangleF rect 722 internal void SetClipAbs(RectangleF rect)
Common\General\GdiGraphics.cs (6)
225 RectangleF layoutRectangle, 361 RectangleF rect 374 RectangleF rect 405 RectangleF rect 444 RectangleF rect 578 RectangleF rect
Common\General\GridTickMarks.cs (5)
501 RectangleF rect = new RectangleF( first.X - 0.5f, first.Y - 0.5f, Math.Abs( second.X - first.X ) + 1, Math.Abs( second.Y - first.Y ) + 1 ); 515 RectangleF rect = new RectangleF( first.X - 0.5f, first.Y - 0.5f, Math.Abs( second.X - first.X ) + 1, Math.Abs( second.Y - first.Y ) + 1 ); 750 RectangleF rect = new RectangleF( first.X - 0.5f, first.Y - 0.5f, Math.Abs( second.X - first.X ) + 1, Math.Abs( second.Y - first.Y ) + 1 ); 1465 RectangleF plotArea; // Plot area position 1556 RectangleF plotArea = _axis.PlotAreaPosition.ToRectangleF(); // Plot area position
Common\General\IChartRenderingEngine.cs (6)
176 RectangleF layoutRectangle, 291 RectangleF rect 301 RectangleF rect 326 RectangleF rect 356 RectangleF rect 463 RectangleF rect
Common\General\ImageMap.cs (2)
204public MapArea(string url, RectangleF rect) 269public MapArea(string toolTip, string url, string attributes, string postBackValue, RectangleF rect, object tag)
Common\General\Label.cs (22)
1272RectangleF labelRect = GetLabelPosition( 1317 internal static RectangleF GetLabelPosition( 1323 RectangleF labelPosition = RectangleF.Empty; 1385RectangleF rectLabels = _axis.ChartArea.Position.ToRectangleF(); 1443RectangleF boundaryRect = rectLabels; 1444if (boundaryRect != RectangleF.Empty && _axis.totlaGroupingLabelsSize > 0) 1619RectangleF rect = rectLabels; 1786(!this.TruncatedLabels || label.RowIndex > 0) ? RectangleF.Empty : boundaryRect, 1811 private RectangleF GetAllLabelsRect(ChartArea area, AxisPosition position, StringFormat stringFormat) 1826 return RectangleF.Empty; 1830 RectangleF rectLabels = area.Position.ToRectangleF(); 2030RectangleF rectLabels = this.GetAllLabelsRect(this._axis.ChartArea, this._axis.AxisPosition, format); 2036RectangleF boundaryRect = rectLabels; 2037if (boundaryRect != RectangleF.Empty && _axis.totlaGroupingLabelsSize > 0) 2119RectangleF rect = rectLabels; 2294RectangleF initialRect = new RectangleF(rect.Location, rect.Size); 2337RectangleF rightLabelsRect = this.GetAllLabelsRect(this._axis.ChartArea, labelsPosition, format); 2345RectangleF rightLabelsRect = this.GetAllLabelsRect(this._axis.ChartArea, labelsPosition, format); 2369RectangleF rightLabelsRect = this.GetAllLabelsRect(this._axis.ChartArea, labelsPosition, format); 2383RectangleF rightLabelsRect = this.GetAllLabelsRect(this._axis.ChartArea, labelsPosition, format); 2504(!this.TruncatedLabels || label.RowIndex > 0) ? RectangleF.Empty : boundaryRect,
Common\General\Legend.cs (9)
441 RectangleF legendPositionRel = _position.ToRectangleF(); 1084 ref RectangleF chartAreasRectangle, 1087 RectangleF legendPosition = new RectangleF(); 2558 RectangleF.Empty); 4439 RectangleF rect = position; 4894 ref RectangleF chartAreasRectangle, 4920 ref RectangleF chartAreasRectangle, 4949 RectangleF legendPosition = legend.Position.ToRectangleF(); 5025 RectangleF legendPlottingRectangle = area.PlotAreaPosition.ToRectangleF();
Common\General\LegendColumns.cs (2)
1925 RectangleF rectRelative = chartGraph.GetRelativeRectangle(this.cellPositionWithMargins); 2755public RectangleF ToRectangleF()
Common\General\Matrix3D.cs (1)
234 RectangleF innerPlotRectangle,
Common\General\Selection.cs (24)
231 private RectangleF _boundingRectangle = RectangleF.Empty; 279 internal RectangleF BoundingRectangle 513 RectangleF rectSize, 903internal void AddHotRegion( RectangleF rectArea, string toolTip, string hRef, string mapAreaAttributes, string postBackValue, object selectedObject, ChartElementType type, string series ) 967 RectangleF rectArea, 1091 internal void AddHotRegion( RectangleF rectArea, object selectedObject, ChartElementType type, bool relativeCoordinates ) 1104 internal void AddHotRegion( RectangleF rectArea, object selectedObject, ChartElementType type, bool relativeCoordinates, bool insertAtBeginning ) 2033RectangleF newMouseRect; 2036RectangleF mouseRect = new RectangleF(x - 1, y - 1, 2, 2); 2039RectangleF relativeMouseRect = this.Graph.GetRelativeRectangle(mouseRect); 2533RectangleF rect = RectangleF.FromLTRB(points[i].X, points[i].Y, points[i + 2].X, points[i + 2].Y); 2752RectangleF rect; 2783rect = this.GetHotRegionRectangle(rgn, RectangleF.Empty, elementType); 2844rect = this.GetHotRegionRectangle(rgn, RectangleF.Empty, elementType); 2885rect = this.GetHotRegionRectangle(rgn, RectangleF.Empty, elementType); 3084RectangleF rect1 = new RectangleF(first.X, first.Y, second.X - first.X, second.Y - first.Y); 3168private ArrayList GetMarkers(RectangleF rect, ChartElementType elementType) 3194private ArrayList GetMarkers(RectangleF rect, Boolean addAdditionalMarkers) 3325private RectangleF GetHotRegionRectangle(HotRegion rgn, RectangleF unionWith, ChartElementType elementType) 3327RectangleF rect; 3353return RectangleF.Union(unionWith, rect);
Common\General\SmartLabels.cs (11)
919 RectangleF labelRectAbs = graph.GetAbsoluteRectangle( 1047 RectangleF labelPosition = GetLabelPosition(graph, position, size, format, false); 1159 foreach(RectangleF pos in this.smartLabelsPositions) 1219 private bool LineIntersectRectangle(RectangleF rect, PointF point1, PointF point2) 1351 RectangleF breakPosition = currentAxis.ScaleSegments[index].GetBreakLinePosition(common.graph, currentAxis.ScaleSegments[index + 1]); 1385 RectangleF labelPosition = GetLabelPosition(graph, position, size, format, false); 1405 internal RectangleF GetLabelPosition( 1413 RectangleF labelPosition = RectangleF.Empty; 1619 RectangleF labelPosition = GetLabelPosition(graph, position, size, format, false); 1630 foreach(RectangleF pos in this.smartLabelsPositions)
Common\General\StripLine.cs (9)
257 RectangleF plotAreaPosition = this.Axis.ChartArea.PlotAreaPosition.ToRectangleF(); 362 RectangleF rect = RectangleF.Empty; 482 RectangleF lineRect = RectangleF.Empty; 522 private void Draw3DStrip(ChartGraphics graph, RectangleF rect, bool horizontal ) 622 RectangleF rect = RectangleF.Empty; 638 private void PaintTitle(ChartGraphics graph, RectangleF rect)
Common\General\Title.cs (19)
1361 RectangleF titlePosition = this.Position.ToRectangleF(); 1446 RectangleF absPosition = new RectangleF(titlePosition.Location, titlePosition.Size); 1485 RectangleF exactTitleRect = new RectangleF( 1714RectangleF absPosition, 1757RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1781RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1806RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1836 ref RectangleF chartAreasRectangle, 1837 ref RectangleF frameTitlePosition, 1851 frameTitlePosition = RectangleF.Empty; 1856 RectangleF titlePosition = new RectangleF(); 2059 ref RectangleF chartAreasRectangle, 2088 RectangleF frameRect = RectangleF.Empty; 2089RectangleF prevChartAreasRectangle = chartAreasRectangle; 2096 RectangleF titlePosition = title.Position.ToRectangleF(); 2195 RectangleF titlePlottingRectangle = area.PlotAreaPosition.ToRectangleF(); 2208 RectangleF frameRect = RectangleF.Empty;
Common\Utilities\ElementPosition.cs (2)
202 public RectangleF ToRectangleF() 211 public void FromRectangleF(RectangleF rect)
System.Windows.Forms (15)
misc\DpiHelper.cs (2)
463RectangleF sourceRect = new RectangleF(0, 0, logicalImage.Size.Width, logicalImage.Size.Height); 464RectangleF destRect = new RectangleF(0, 0, deviceImageSize.Width, deviceImageSize.Height);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
1928Color color, RectangleF layoutRectangle,
winforms\Managed\System\WinForms\Layout\TableLayout.cs (3)
201RectangleF displayRect = (RectangleF)container.DisplayRectangle; 1149private void SetElementBounds(ContainerInfo containerInfo, RectangleF displayRectF) {
winforms\Managed\System\WinForms\LinkLabel.cs (9)
1129RectangleF finalrect = RectangleF.Empty; //the focus rectangle if there is only one link 1170RectangleF[] rects = ((Link)links[0]).VisualRegion.GetRegionScans(e.Graphics.Transform); 1174foreach (RectangleF rect in rects) { 1175finalrect = RectangleF.Union(finalrect, rect); 1375private void PaintLink(Graphics g, Link link, SolidBrush foreBrush, SolidBrush linkBrush, bool optimizeBackgroundRendering, RectangleF finalrect) { 1452RectangleF[] rects = link.VisualRegion.GetRegionScans(g.Transform); 1459Debug.Assert(finalrect != RectangleF.Empty, "finalrect should be initialized"); 1464foreach (RectangleF rect in rects) {
System.Windows.Forms.DataVisualization (597)
Common\Annotation\AnnotationBase.cs (17)
217 internal RectangleF[] selectionRects = null; 226 internal RectangleF currentPositionRel = new RectangleF(float.NaN, float.NaN, float.NaN, float.NaN); 264 internal RectangleF startMovePositionRel = RectangleF.Empty; 2037 virtual internal void PaintSelectionHandles(ChartGraphics chartGraphics, RectangleF rect, GraphicsPath path) 2057 this.selectionRects = new RectangleF[9]; 2087 RectangleF.Empty); 2100 RectangleF.Empty); 2155 RectangleF.Empty); 2247 RectangleF.Empty); 2317 RectangleF position = GetContentPosition(); 2332 virtual internal RectangleF GetContentPosition() 2477 RectangleF contentPosition = GetContentPosition(); 2847RectangleF newPosition = this.Chart.chartPicture.annotationSmartLabel.GetLabelPosition( 2904 internal void SetPositionRelative(RectangleF position, PointF anchorPoint, bool userInput) 3540 RectangleF anchorRect = new RectangleF( 4099 RectangleF rect = chartArea.PlotAreaPosition.ToRectangleF();
Common\Annotation\ArrowAnnotation.cs (3)
317 RectangleF selectionRect = new RectangleF(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y)); 388 RectangleF position) 391 RectangleF positionAbs = graphics.GetAbsoluteRectangle(position);
Common\Annotation\CalloutAnnotation.cs (19)
139 private static RectangleF _cloudBounds = RectangleF.Empty; 613 internal override RectangleF GetTextSpacing(out bool annotationRelative) 615 RectangleF spacing = base.GetTextSpacing(out annotationRelative); 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); 808 RectangleF rectanglePosition, 813 RectangleF rectanglePositionAbs = graphics.GetAbsoluteRectangle(rectanglePosition); 910 RectangleF rectanglePosition, 922 RectangleF inflatedPosition = new RectangleF(rectanglePosition.Location, rectanglePosition.Size); 931 RectangleF rectanglePositionAbs = graphics.GetAbsoluteRectangle(rectanglePosition); 1102 RectangleF rectanglePosition, 1106 RectangleF rectanglePositionAbs = graphics.GetAbsoluteRectangle(rectanglePosition); 1279 RectangleF rectanglePosition, 1323 RectangleF rectanglePositionAbs = graphics.GetAbsoluteRectangle(rectanglePosition); 1441 RectangleF rectanglePosition, 1663 private static GraphicsPath GetCloudOutlinePath(RectangleF position) 1688 private static GraphicsPath GetCloudPath(RectangleF position) 1873 private GraphicsPath CreateRoundedRectPath(RectangleF rect, float cornerRadius)
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 (3)
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); 688 override internal RectangleF GetContentPosition()
Common\Annotation\LineAnnotation.cs (6)
515 virtual internal void AdjustLineCoordinates(ref PointF point1, ref PointF point2, ref RectangleF selectionRect) 572 RectangleF selectionRect = new RectangleF(firstPoint, new SizeF(secondPoint.X - firstPoint.X, secondPoint.Y - firstPoint.Y)); 796 override internal void AdjustLineCoordinates(ref PointF point1, ref PointF point2, ref RectangleF selectionRect) 812 override internal RectangleF GetContentPosition() 885 override internal void AdjustLineCoordinates(ref PointF point1, ref PointF point2, ref RectangleF selectionRect) 901 override internal RectangleF GetContentPosition()
Common\Annotation\PolygonAnnotation.cs (3)
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); 594 RectangleF rectanglePositionAbs = graphics.GetAbsoluteRectangle(rectanglePosition);
Common\Annotation\RectangleAnnotation.cs (8)
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); 657 RectangleF absRectanglePosition = graphics.GetAbsoluteRectangle(rectanglePosition); 688 internal override RectangleF GetTextSpacing(out bool annotationRelative) 691 RectangleF rect = new RectangleF(3f, 3f, 3f, 3f); 707 RectangleF rectangle = new RectangleF(0f, 0f, 100f, 100f);
Common\Annotation\TextAnnotation.cs (15)
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); 510 internal RectangleF DrawText(ChartGraphics graphics, RectangleF textPosition, bool noSpacingForCenteredText, bool getTextPosition) 512 RectangleF textActualPosition = RectangleF.Empty; 518 RectangleF textSpacing = GetTextSpacing(out annotationRelative); 535 RectangleF textPositionWithSpacing = new RectangleF(textPosition.Location, textPosition.Size); 671RectangleF absPosition = graphics.GetAbsoluteRectangle(textPositionWithSpacing); 921 override internal RectangleF GetContentPosition() 946 RectangleF result = RectangleF.Empty; 963 RectangleF textSpacing = GetTextSpacing(out annotationRelative); 1003 internal virtual RectangleF GetTextSpacing(out bool annotationRelative) 1006 RectangleF rect = new RectangleF(3f, 3f, 3f, 3f);
Common\Borders3D\Borders3D.cs (3)
755 RectangleF rect, 773 void AdjustAreasPosition(ChartGraphics graph, ref RectangleF areasRect); 780 RectangleF GetTitlePositionInBorder();
Common\Borders3D\EmbedBorder.cs (17)
89 public override RectangleF GetTitlePositionInBorder() 136 public override RectangleF GetTitlePositionInBorder() 183 public override RectangleF GetTitlePositionInBorder() 229 public override RectangleF GetTitlePositionInBorder() 277 public override RectangleF GetTitlePositionInBorder() 323 public override RectangleF GetTitlePositionInBorder() 647 RectangleF rect, 831 public virtual RectangleF GetTitlePositionInBorder() 833 return RectangleF.Empty; 841 public virtual void AdjustAreasPosition(ChartGraphics graph, ref RectangleF areasRect) 904 RectangleF rect, 917 RectangleF absolute = graph.Round( rect ); 918 RectangleF shadowRect = absolute; 997 RectangleF screwRect = RectangleF.Empty; 1066 RectangleF shadowWithOffset = shadowRect; 1089 private void DrawScrew(ChartGraphics graph, RectangleF rect)
Common\Borders3D\EmbossBorder.cs (6)
101 public virtual RectangleF GetTitlePositionInBorder() 103 return RectangleF.Empty; 111 public virtual void AdjustAreasPosition(ChartGraphics graph, ref RectangleF areasRect) 159 RectangleF rect, 172 RectangleF absolute = graph.Round( rect ); 173 RectangleF shadowRect = absolute;
Common\ChartTypes\AreaChart.cs (1)
985 RectangleF position = new RectangleF(minX, minY, maxX - minX, maxY - minY);
Common\ChartTypes\BarChart.cs (19)
555 RectangleF rectSize = RectangleF.Empty; 745 RectangleF rectSize, 801 RectangleF.Empty); 833RectangleF rectLabel = RectangleF.Empty; 1023RectangleF labelBackPosition = RectangleF.Empty; 1464 RectangleF rectSize = RectangleF.Empty; 1663 RectangleF rectSize = RectangleF.Empty; 1730 RectangleF rectSize, 1798 RectangleF.Empty, 1822 RectangleF rectSize, 1838RectangleF rectLabel = RectangleF.Empty; 2109RectangleF labelBackPosition = RectangleF.Empty;
Common\ChartTypes\BoxPlotChart.cs (10)
435 RectangleF rectSize = RectangleF.Empty; 575 RectangleF areaRect = RectangleF.Empty; 965RectangleF labelBackPosition = RectangleF.Empty; 1223 RectangleF rectSize = RectangleF.Empty; 1362 RectangleF areaRect = RectangleF.Empty;
Common\ChartTypes\ColumnChart.cs (15)
463 RectangleF rectSize = RectangleF.Empty; 590 RectangleF rectSize, 791 RectangleF rectSize = RectangleF.Empty; 950 RectangleF columnPosition, 974 RectangleF columnPosition, 1091 RectangleF columnPosition, 1101 RectangleF intersection = RectangleF.Intersect( 1249RectangleF labelBackPosition = RectangleF.Empty; 1306 RectangleF columnPosition, 1371RectangleF labelBackPosition = RectangleF.Empty;
Common\ChartTypes\ErrorBarChart.cs (6)
593 RectangleF areaRect = RectangleF.Empty; 1022RectangleF labelBackPosition = RectangleF.Empty; 1357 RectangleF areaRect = RectangleF.Empty;
Common\ChartTypes\FastLineChart.cs (1)
646RectangleF pathBounds = path.GetBounds();
Common\ChartTypes\FastPointChart.cs (1)
460 RectangleF markerBounds = new RectangleF(
Common\ChartTypes\FunnelChart.cs (21)
192internal RectangleF plotAreaSpacing = new RectangleF(3f, 3f, 3f, 3f); 210private RectangleF _plotAreaPosition = RectangleF.Empty; 271internal RectangleF PlotAreaPosition 536 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 685 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 999 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 1159 RectangleF boundsRect = segmentPath.GetBounds(); 1562 RectangleF labelBackPosition = labelInfo.Position; 1611 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle( this.Area.Position.ToRectangleF() ); 1697 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(PlotAreaPosition); 1704 RectangleF requiredSpacing = this.Graph.GetAbsoluteRectangle( new RectangleF(1f, 1f, 1f, 1f) ); 1708 RectangleF position = labelInfo.Position; 1783 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(PlotAreaPosition); 2071 RectangleF rect = testLabelInfo.Position; 2172 private RectangleF GetPlotAreaPosition() 2175 RectangleF plotAreaPosition = ( Area.InnerPlotPosition.Auto ) ? 2199 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(plotAreaPosition); 2913 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 3025 public RectangleF Position = RectangleF.Empty;
Common\ChartTypes\LineChart.cs (1)
988RectangleF rect = new RectangleF(0, 0, graph.Common.ChartPicture.Width, graph.Common.ChartPicture.Height);
Common\ChartTypes\PieChart.cs (50)
777 RectangleF rectangle; 815 RectangleF rect = rectangle; 898 RectangleF shadowRect = new RectangleF( rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height ); 1259RectangleF labelBackPosition = RectangleF.Empty; 1337RectangleF labelRect = RectangleF.Empty; 1338RectangleF labelRectOver = RectangleF.Empty; 1379float calculatedY3 = (((RectangleF)this._labelsRectangles[pointIndex]).Top + ((RectangleF)this._labelsRectangles[pointIndex]).Bottom) / 2f; 1391RectangleF rect = new RectangleF(labelRect.Location, labelRect.Size); 1395rect = (RectangleF)this._labelsRectangles[pointIndex]; 1405RectangleF labelBackPosition = new RectangleF( 1462 InsertOverlapLabel( RectangleF.Empty ); 1482 private RectangleF GetLabelRect( PointF labelPosition, ChartArea area, string text, StringFormat format, ChartGraphics graph, DataPoint point, bool leftOrientation ) 1484 RectangleF labelRect = RectangleF.Empty; 1809 private void Map( CommonElements common, DataPoint point, float startAngle, float sweepAngle, RectangleF rectangle, bool doughnut, float doughnutRadius, ChartGraphics graph, int pointIndex ) 1816RectangleF doughnutRect = RectangleF.Empty; 1937 private bool PrepareLabels( RectangleF area ) 1945 foreach( RectangleF rect in this._labelsRectangles ) 1972 RectangleF rect = (RectangleF)_labelsRectangles[index]; 1993 RectangleF rect = (RectangleF)_labelsRectangles[index]; 2025 RectangleF rect = (RectangleF)_labelsRectangles[index]; 2046 RectangleF rect = (RectangleF)_labelsRectangles[index]; 2112 private void InsertOverlapLabel( RectangleF labelRect ) 2117 foreach( RectangleF rect in _labelsRectangles ) 2489 RectangleF plotingRectangle = new RectangleF( area.Position.ToRectangleF().X + 1, area.Position.ToRectangleF().Y + 1, area.Position.ToRectangleF().Width-2, area.Position.ToRectangleF().Height-2 ); 2548 RectangleF rectangle; 2605 RectangleF rect = rectangle; 2679 RectangleF rectangle, 3053 RectangleF rectangle, 4843 private RectangleF _chartAreaPosition; 4844 private RectangleF _innerPlotPosition; 4857 public LabelColumn( RectangleF position ) 5236 internal void Initialize( RectangleF rectangle, bool rightPosition, int maxNumOfRows, float labelLineSize ) 5283 ref RectangleF pieRectangle, 5387 RectangleF pieRectangle, 5446RectangleF chartAreaPosition = graph.GetAbsoluteRectangle(area.Position.ToRectangleF()); 5447RectangleF labelPosition = RectangleF.Empty; 5503RectangleF labelBackPosition = new RectangleF( 5575 RectangleF labelBackPosition = RectangleF.Empty;
Common\ChartTypes\PointAndFigureChart.cs (4)
802 RectangleF rectSize, 817 RectangleF position = RectangleF.Empty; 830 RectangleF shadowPosition = new RectangleF(position.Location, position.Size);
Common\ChartTypes\PointChart.cs (7)
587 RectangleF imageScaleRect 896RectangleF labelBackPosition = RectangleF.Empty; 965 internal static RectangleF GetLabelPosition( 973 RectangleF labelPosition = RectangleF.Empty; 1766 RectangleF markerRect = new RectangleF(
Common\ChartTypes\RadarChart.cs (3)
1242RectangleF labelBackPosition = RectangleF.Empty; 1591 RectangleF markerRect = new RectangleF(
Common\ChartTypes\RangeChart.cs (1)
1110 RectangleF position = new RectangleF(minX, minY, maxX - minX, maxY - minY);
Common\ChartTypes\StackedAreaChart.cs (4)
1041RectangleF labelBackPosition = RectangleF.Empty; 1523RectangleF labelBackPosition = RectangleF.Empty;
Common\ChartTypes\StackedBarChart.cs (16)
481 RectangleF areaPosition = ((ChartGraphics)graph).GetAbsoluteRectangle( area.PlotAreaPosition.ToRectangleF()); 811 RectangleF rectSize = RectangleF.Empty; 920 RectangleF labelRect = new RectangleF(rectSize.Location, rectSize.Size); 1037 RectangleF rectangle ) 1179RectangleF labelBackPosition = RectangleF.Empty; 1560 RectangleF rectSize = RectangleF.Empty; 1725 RectangleF rectSize = RectangleF.Empty; 1794 RectangleF rectSize, 1810 RectangleF rectLabel = RectangleF.Empty; 2083RectangleF labelBackPosition = RectangleF.Empty;
Common\ChartTypes\StackedColumnChart.cs (13)
487 RectangleF areaPosition = ((ChartGraphics)graph).GetAbsoluteRectangle( area.PlotAreaPosition.ToRectangleF()); 831 RectangleF rectSize = RectangleF.Empty; 1117 RectangleF rectangle ) 1236RectangleF labelBackPosition = RectangleF.Empty; 1598 RectangleF rectSize = RectangleF.Empty; 1761 RectangleF rectSize = RectangleF.Empty; 1831 RectangleF rectangle ) 1948RectangleF labelBackPosition = RectangleF.Empty;
Common\ChartTypes\StockChart.cs (11)
464 RectangleF areaRect = RectangleF.Empty; 797 RectangleF rect = RectangleF.Empty; 1046RectangleF labelBackPosition = RectangleF.Empty; 1278 RectangleF areaRect = RectangleF.Empty; 1622 RectangleF rect = RectangleF.Empty; 1915 RectangleF markerRect = new RectangleF(
Common\General\Axis.cs (24)
206private RectangleF _titlePosition = RectangleF.Empty; 1960RectangleF transformedTitlePosition = graph.GetAbsoluteRectangle(_titlePosition); 2001private Matrix SetRotationTransformation(ChartGraphics graph, RectangleF titlePosition) 2039RectangleF rect = ChartArea.PlotAreaPosition.ToRectangleF(); 2140RectangleF rect = ChartArea.PlotAreaPosition.ToRectangleF(); 2667RectangleF rect = new RectangleF(first.X, first.Y, second.X - first.X, second.Y - first.Y); 3359RectangleF plotArea, 4126 RectangleF rect1 = (RectangleF)labelPositions[index]; 4129 RectangleF rect2 = (RectangleF)labelPositions[index2]; 4747RectangleF plotAreaRectAbs, 4748RectangleF areaRectAbs, 4834RectangleF plotAreaRectAbs, 4835RectangleF areaRectAbs, 4849RectangleF prevLabelPosition = RectangleF.Empty; 4949RectangleF curLabelPosition = new RectangleF( 5225RectangleF rect = RectangleF.Empty; 5546RectangleF labelPosition = rect; 5641RectangleF rectLabels = ChartArea.Position.ToRectangleF(); 5658RectangleF rect = rectLabels;
Common\General\AxisScale.cs (2)
241 internal RectangleF paintAreaPosition = RectangleF.Empty;
Common\General\AxisScaleSegments.cs (6)
358 RectangleF breakPosition = this.GetBreakLinePosition(graph, nextSegment); 388 RectangleF shadowPartRect = breakPosition; 426 RectangleF clipRegion = graph.GetAbsoluteRectangle(this.axis.PlotAreaPosition.ToRectangleF()); 544 private GraphicsPath GetBreakLinePath(RectangleF breakLinePosition, bool top) 687 internal RectangleF GetBreakLinePosition(ChartGraphics graph, AxisScaleSegment nextSegment) 690 RectangleF breakPosition = this.axis.PlotAreaPosition.ToRectangleF();
Common\General\Chart.cs (14)
1501 private RectangleF _titlePosition = RectangleF.Empty; 1518 private RectangleF _chartBorderPosition = RectangleF.Empty; 2100 RectangleF chartAreasRectangle = new RectangleF(0, 0, _width - 1, _height - 1); 2106 _titlePosition = RectangleF.Empty; 2121 titleInBorder = border3D.GetTitlePositionInBorder() != RectangleF.Empty; 2133 RectangleF frameTitlePosition = RectangleF.Empty; 2158 RectangleF areaPosition = new RectangleF(); 2222 RectangleF rect = area.Position.ToRectangleF(); 3106 RectangleF areaPlotPosition = ((ChartArea)areasGroup[0]).PlotAreaPosition.ToRectangleF(); 3143 RectangleF rect = area.PlotAreaPosition.ToRectangleF(); 3201 RectangleF areaPosition = area.Position.ToRectangleF();
Common\General\ChartArea.cs (24)
208 internal RectangleF originalAreaPosition = RectangleF.Empty; 211 internal RectangleF originalInnerPlotPosition = RectangleF.Empty; 214internal RectangleF lastAreaPosition = RectangleF.Empty; 1268 this.originalAreaPosition = RectangleF.Empty; 1275 this.originalInnerPlotPosition = RectangleF.Empty; 1403 internal RectangleF GetBackgroundPosition( bool withScrollBars ) 1408 RectangleF backgroundPosition = PlotAreaPosition.ToRectangleF(); 1421 RectangleF backgroundPositionWithScrollBars = new RectangleF(backgroundPosition.Location, backgroundPosition.Size); 1467 RectangleF plottingRect = Position.ToRectangleF(); 1550 RectangleF rectLabelSideSpacing = RectangleF.Empty; 1811 RectangleF rect = chartGraph.GetAbsoluteRectangle( plottingRect ); 2006 private void PaintAreaBack(ChartGraphics graph, RectangleF position, bool borderOnly) 2087RectangleF plottingRect = Position.ToRectangleF(); 2100RectangleF backgroundPositionWithScrollBars = GetBackgroundPosition(true); 2101RectangleF backgroundPosition = GetBackgroundPosition(false); 2563 ref RectangleF plotArea, 2577 RectangleF plotAreaRectAbs = chartGraph.GetAbsoluteRectangle( plotArea ); 2578 RectangleF areaRectAbs = chartGraph.GetAbsoluteRectangle( chartAreaPosition.ToRectangleF()); 2660 RectangleF areaRectAbs, 2661 RectangleF plotAreaRectAbs,
Common\General\ChartArea3D.cs (3)
643 internal void DrawArea3DScene(ChartGraphics graph, RectangleF position) 724 RectangleF wallRect2D = new RectangleF(position.Location, position.Size); 1266 RectangleF plottingRect = area.Position.ToRectangleF();
Common\General\ChartGraphics.cs (90)
440 RectangleF rectangle, 486 RectangleF tempRect = new RectangleF(rectangle.X,rectangle.Y,rectangle.Width,rectangle.Height); 549 RectangleF rectangle, 612 internal PointF[] CreateStarPolygon(RectangleF rect, int numberOfCorners) 662 RectangleF imageScaleRect 694 RectangleF imageScaleRect, 713RectangleF rect = RectangleF.Empty; 714if (imageScaleRect == RectangleF.Empty) 777RectangleF rect = RectangleF.Empty; 836RectangleF shadowRect = rect; 1037RectangleF diamondRect = RectangleF.Empty; 1212RectangleF rect, 1273RectangleF position, 1333 RectangleF position, 1336 RectangleF backPosition, 1413 RectangleF backPosition, 1482 RectangleF backPosition, 1494 RectangleF backPositionAbs = this.Round(this.GetAbsoluteRectangle(backPosition)); 1769 RectangleF position, 1772 RectangleF boundaryRect, 1789RectangleF absPosition = this.GetAbsoluteRectangle(position); 1876RectangleF newRect = RectangleF.Empty; 1932RectangleF newRect = RectangleF.Empty; 1978RectangleF labelRect = Rectangle.Empty; 2039if (boundaryRect != RectangleF.Empty) 2071RectangleF truncateRect = region.GetBounds(Graphics); 2122RectangleF absPositionWithoutImage = new RectangleF(absPosition.Location, absPosition.Size); 2289RectangleF imageRect = new RectangleF( 2385 RectangleF absPosition, 2403 RectangleF newRect = RectangleF.Empty; 2517 RectangleF absPosition, 2711 internal void DrawStringRel( string text, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format ) 2713 RectangleF rect; 2756 RectangleF layoutRectangle, 2761 RectangleF rect; 2832 internal void DrawRectangleBarStyle(BarDrawingStyle barDrawingStyle, bool isVertical, RectangleF rect) 2844 RectangleF gradientRect = rect; 2968 RectangleF gradientRect = rect; 3040 RectangleF gradientRect = rect; 3190 internal void FillRectangleRel( RectangleF rectF, 3249 internal void FillRectangleRel( RectangleF rectF, 3309 internal void FillRectangleRel( RectangleF rectF, 3375 internal void FillRectangleRel( RectangleF rectF, 3423 RectangleF rect = GetAbsoluteRectangle( rectF ); 3440 RectangleF fillRect; 3533 RectangleF imageRect = new RectangleF(); 3691 RectangleF rect, 3715 RectangleF rect, 3750 RectangleF absolute; 3751 RectangleF offset = RectangleF.Empty; 3774 RectangleF absolute; 3775 RectangleF offset = RectangleF.Empty; 3859 internal GraphicsPath GetPolygonCirclePath(RectangleF position, int polygonSectorsNumber) 3914 internal void DrawCircleAbs(Pen pen, Brush brush, RectangleF position, int polygonSectorsNumber, bool circle3D) 4120 internal void FillRectangleAbs( RectangleF rect, 4190 RectangleF fillRect; 4214 RectangleF imageRect = new RectangleF(); 4473 RectangleF pathRect = path.GetBounds(); 4494 RectangleF fillRect = path.GetBounds(); 4510 RectangleF imageRect = new RectangleF(); 4606 RectangleF rect, 4645 public RectangleF GetRelativeRectangle( RectangleF rectangle ) 4651RectangleF relative = RectangleF.Empty; 4736 public RectangleF GetAbsoluteRectangle( RectangleF rectangle ) 4742 RectangleF absolute = RectangleF.Empty; 4787 internal GraphicsPath CreateRoundedRectPath(RectangleF rect, float[] cornerRadius) 4812 internal void DrawRoundedRectShadowAbs(RectangleF rect, float[] cornerRadius, float radius, Color centerColor, Color surroundColor, float shadowScale) 4857 RectangleF rect, 4894 RectangleF absRect, 4982 RectangleF rect, 5005 RectangleF absRect = GetAbsoluteRectangle( rect ); 5126 RectangleF position, 5139 RectangleF gradientPath = position; 5237 RectangleF innerPosition = position; 5280 private void DrawPieSoftShadow( float startAngle, float sweepAngle, RectangleF absRect, Color backColor ) 5568 internal RectangleF Round(RectangleF rect) 5671 internal void SetClip( RectangleF region )
Common\General\ChartGraphics3D.cs (28)
711RectangleF pieTopRectangle = new RectangleF(); 717RectangleF pieBottomRectangle = new RectangleF(); 842RectangleF pieRectangle = new RectangleF(); 968RectangleF pieRectangle = new RectangleF(); 974RectangleF pieDoughnutRectangle = new RectangleF(); 2223 RectangleF position = new RectangleF(minX, minY, maxX - minX, maxY - minY); 2776 RectangleF position, 2824 RectangleF position, 3081 RectangleF position, 3089 RectangleF positionAbs = GetAbsoluteRectangle(position); 3232 RectangleF positionAbs = GetAbsoluteRectangle(position); 3245 RectangleF gradientRect = position; 3279 RectangleF bounds = path.GetBounds(); 3335 RectangleF bounds = path.GetBounds(); 3358 RectangleF positionAbs = GetAbsoluteRectangle(position); 3471 RectangleF imageScaleRect, 3508 RectangleF rect = RectangleF.Empty; 3530RectangleF rect = RectangleF.Empty; 3553RectangleF shadowRect = rect; 3598RectangleF rectLightCenter = new RectangleF(rect.Location, rect.Size); 3631RectangleF rectNonRotated = RectangleF.Empty; 3676 RectangleF position, 3725 RectangleF position, 3956 RectangleF position, 4162 RectangleF boundsRect = pathToDraw.GetBounds();
Common\General\ChartRenderingEngine.cs (5)
321 RectangleF layoutRectangle, 465 RectangleF rect 496 RectangleF rect 542 RectangleF rect 722 internal void SetClipAbs(RectangleF rect)
Common\General\GdiGraphics.cs (6)
225 RectangleF layoutRectangle, 361 RectangleF rect 374 RectangleF rect 405 RectangleF rect 444 RectangleF rect 578 RectangleF rect
Common\General\GridTickMarks.cs (5)
501 RectangleF rect = new RectangleF( first.X - 0.5f, first.Y - 0.5f, Math.Abs( second.X - first.X ) + 1, Math.Abs( second.Y - first.Y ) + 1 ); 515 RectangleF rect = new RectangleF( first.X - 0.5f, first.Y - 0.5f, Math.Abs( second.X - first.X ) + 1, Math.Abs( second.Y - first.Y ) + 1 ); 750 RectangleF rect = new RectangleF( first.X - 0.5f, first.Y - 0.5f, Math.Abs( second.X - first.X ) + 1, Math.Abs( second.Y - first.Y ) + 1 ); 1465 RectangleF plotArea; // Plot area position 1556 RectangleF plotArea = _axis.PlotAreaPosition.ToRectangleF(); // Plot area position
Common\General\ImageMap.cs (2)
204public MapArea(string url, RectangleF rect) 269public MapArea(string toolTip, string url, string attributes, string postBackValue, RectangleF rect, object tag)
Common\General\Label.cs (22)
1272RectangleF labelRect = GetLabelPosition( 1317 internal static RectangleF GetLabelPosition( 1323 RectangleF labelPosition = RectangleF.Empty; 1385RectangleF rectLabels = _axis.ChartArea.Position.ToRectangleF(); 1443RectangleF boundaryRect = rectLabels; 1444if (boundaryRect != RectangleF.Empty && _axis.totlaGroupingLabelsSize > 0) 1619RectangleF rect = rectLabels; 1786(!this.TruncatedLabels || label.RowIndex > 0) ? RectangleF.Empty : boundaryRect, 1811 private RectangleF GetAllLabelsRect(ChartArea area, AxisPosition position, StringFormat stringFormat) 1826 return RectangleF.Empty; 1830 RectangleF rectLabels = area.Position.ToRectangleF(); 2030RectangleF rectLabels = this.GetAllLabelsRect(this._axis.ChartArea, this._axis.AxisPosition, format); 2036RectangleF boundaryRect = rectLabels; 2037if (boundaryRect != RectangleF.Empty && _axis.totlaGroupingLabelsSize > 0) 2119RectangleF rect = rectLabels; 2294RectangleF initialRect = new RectangleF(rect.Location, rect.Size); 2337RectangleF rightLabelsRect = this.GetAllLabelsRect(this._axis.ChartArea, labelsPosition, format); 2345RectangleF rightLabelsRect = this.GetAllLabelsRect(this._axis.ChartArea, labelsPosition, format); 2369RectangleF rightLabelsRect = this.GetAllLabelsRect(this._axis.ChartArea, labelsPosition, format); 2383RectangleF rightLabelsRect = this.GetAllLabelsRect(this._axis.ChartArea, labelsPosition, format); 2504(!this.TruncatedLabels || label.RowIndex > 0) ? RectangleF.Empty : boundaryRect,
Common\General\Legend.cs (9)
441 RectangleF legendPositionRel = _position.ToRectangleF(); 1084 ref RectangleF chartAreasRectangle, 1087 RectangleF legendPosition = new RectangleF(); 2558 RectangleF.Empty); 4439 RectangleF rect = position; 4894 ref RectangleF chartAreasRectangle, 4920 ref RectangleF chartAreasRectangle, 4949 RectangleF legendPosition = legend.Position.ToRectangleF(); 5025 RectangleF legendPlottingRectangle = area.PlotAreaPosition.ToRectangleF();
Common\General\LegendColumns.cs (2)
1925 RectangleF rectRelative = chartGraph.GetRelativeRectangle(this.cellPositionWithMargins); 2755public RectangleF ToRectangleF()
Common\General\Matrix3D.cs (1)
234 RectangleF innerPlotRectangle,
Common\General\Selection.cs (24)
231 private RectangleF _boundingRectangle = RectangleF.Empty; 279 internal RectangleF BoundingRectangle 513 RectangleF rectSize, 903internal void AddHotRegion( RectangleF rectArea, string toolTip, string hRef, string mapAreaAttributes, string postBackValue, object selectedObject, ChartElementType type, string series ) 967 RectangleF rectArea, 1091 internal void AddHotRegion( RectangleF rectArea, object selectedObject, ChartElementType type, bool relativeCoordinates ) 1104 internal void AddHotRegion( RectangleF rectArea, object selectedObject, ChartElementType type, bool relativeCoordinates, bool insertAtBeginning ) 2033RectangleF newMouseRect; 2036RectangleF mouseRect = new RectangleF(x - 1, y - 1, 2, 2); 2039RectangleF relativeMouseRect = this.Graph.GetRelativeRectangle(mouseRect); 2533RectangleF rect = RectangleF.FromLTRB(points[i].X, points[i].Y, points[i + 2].X, points[i + 2].Y); 2752RectangleF rect; 2783rect = this.GetHotRegionRectangle(rgn, RectangleF.Empty, elementType); 2844rect = this.GetHotRegionRectangle(rgn, RectangleF.Empty, elementType); 2885rect = this.GetHotRegionRectangle(rgn, RectangleF.Empty, elementType); 3084RectangleF rect1 = new RectangleF(first.X, first.Y, second.X - first.X, second.Y - first.Y); 3168private ArrayList GetMarkers(RectangleF rect, ChartElementType elementType) 3194private ArrayList GetMarkers(RectangleF rect, Boolean addAdditionalMarkers) 3325private RectangleF GetHotRegionRectangle(HotRegion rgn, RectangleF unionWith, ChartElementType elementType) 3327RectangleF rect; 3353return RectangleF.Union(unionWith, rect);
Common\General\SmartLabels.cs (11)
919 RectangleF labelRectAbs = graph.GetAbsoluteRectangle( 1047 RectangleF labelPosition = GetLabelPosition(graph, position, size, format, false); 1159 foreach(RectangleF pos in this.smartLabelsPositions) 1219 private bool LineIntersectRectangle(RectangleF rect, PointF point1, PointF point2) 1351 RectangleF breakPosition = currentAxis.ScaleSegments[index].GetBreakLinePosition(common.graph, currentAxis.ScaleSegments[index + 1]); 1385 RectangleF labelPosition = GetLabelPosition(graph, position, size, format, false); 1405 internal RectangleF GetLabelPosition( 1413 RectangleF labelPosition = RectangleF.Empty; 1619 RectangleF labelPosition = GetLabelPosition(graph, position, size, format, false); 1630 foreach(RectangleF pos in this.smartLabelsPositions)
Common\General\StripLine.cs (9)
257 RectangleF plotAreaPosition = this.Axis.ChartArea.PlotAreaPosition.ToRectangleF(); 362 RectangleF rect = RectangleF.Empty; 482 RectangleF lineRect = RectangleF.Empty; 522 private void Draw3DStrip(ChartGraphics graph, RectangleF rect, bool horizontal ) 622 RectangleF rect = RectangleF.Empty; 638 private void PaintTitle(ChartGraphics graph, RectangleF rect)
Common\General\Title.cs (19)
1361 RectangleF titlePosition = this.Position.ToRectangleF(); 1446 RectangleF absPosition = new RectangleF(titlePosition.Location, titlePosition.Size); 1485 RectangleF exactTitleRect = new RectangleF( 1714RectangleF absPosition, 1757RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1781RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1806RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1836 ref RectangleF chartAreasRectangle, 1837 ref RectangleF frameTitlePosition, 1851 frameTitlePosition = RectangleF.Empty; 1856 RectangleF titlePosition = new RectangleF(); 2059 ref RectangleF chartAreasRectangle, 2088 RectangleF frameRect = RectangleF.Empty; 2089RectangleF prevChartAreasRectangle = chartAreasRectangle; 2096 RectangleF titlePosition = title.Position.ToRectangleF(); 2195 RectangleF titlePlottingRectangle = area.PlotAreaPosition.ToRectangleF(); 2208 RectangleF frameRect = RectangleF.Empty;
Common\Utilities\ElementPosition.cs (2)
202 public RectangleF ToRectangleF() 211 public void FromRectangleF(RectangleF rect)
WinForm\ChartWinControl.cs (1)
586 RectangleF rect = new RectangleF(3, 3, this.Width-6, this.Height-6);
WinForm\Utilities\AccessibleObject.cs (3)
296RectangleF bounds = hotRegion.BoundingRectangle; 303RectangleF absolute = RectangleF.Empty;
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerHelpers.cs (1)
504RectangleF boundsF = designerPath.GetBounds();
AuthoringOM\Design\DesignerWidgets.cs (2)
234graphics.DrawString(index.ToString(CultureInfo.CurrentCulture), Control.DefaultFont, SystemBrushes.ControlText, (RectangleF)itemRectangle, format); 1927RectangleF tabTextRectangleF = new RectangleF(tabTextRectangle.X, tabTextRectangle.Y, tabTextRectangle.Width, tabTextRectangle.Height);