224 references to RectangleF
System.Drawing (14)
commonui\System\Drawing\Advanced\GPRECTF.cs (1)
43return new RectangleF(X, Y, Width, Height);
commonui\System\Drawing\Advanced\RectangleF.cs (4)
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\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 (103)
Common\Annotation\AnnotationBase.cs (8)
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); 3540 RectangleF anchorRect = new RectangleF( 3999 this.currentPositionRel = new RectangleF(float.NaN, float.NaN, float.NaN, float.NaN);
Common\Annotation\CalloutAnnotation.cs (2)
619 spacing = new RectangleF(4f, 4f, 4f, 4f); 624 spacing = new RectangleF(1f, 1f, 1f, 1f);
Common\Annotation\ImageAnnotation.cs (2)
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 (2)
814 return new RectangleF(float.NaN, float.NaN, 0f, float.NaN); 903 return new RectangleF(float.NaN, float.NaN, float.NaN, 0f);
Common\Annotation\RectangleAnnotation.cs (3)
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 (3)
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 (11)
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 ); 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\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 (2)
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 (3)
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);
Common\General\ChartGraphics.cs (10)
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); 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( 4193 fillRect = new RectangleF( rect.X + borderWidth, rect.Y + borderWidth, rect.Width - borderWidth * 2, rect.Height - borderWidth * 2 ); 5575 return new RectangleF( left, top, right - left, bottom - top );
Common\General\ChartGraphics3D.cs (1)
2223 RectangleF position = new RectangleF(minX, minY, maxX - minX, maxY - minY);
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\Legend.cs (4)
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 (1)
1485 RectangleF exactTitleRect = 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 (2)
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.Windows.Forms.DataVisualization (103)
Common\Annotation\AnnotationBase.cs (8)
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); 3540 RectangleF anchorRect = new RectangleF( 3999 this.currentPositionRel = new RectangleF(float.NaN, float.NaN, float.NaN, float.NaN);
Common\Annotation\CalloutAnnotation.cs (2)
619 spacing = new RectangleF(4f, 4f, 4f, 4f); 624 spacing = new RectangleF(1f, 1f, 1f, 1f);
Common\Annotation\ImageAnnotation.cs (2)
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 (2)
814 return new RectangleF(float.NaN, float.NaN, 0f, float.NaN); 903 return new RectangleF(float.NaN, float.NaN, float.NaN, 0f);
Common\Annotation\RectangleAnnotation.cs (3)
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 (3)
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 (11)
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 ); 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\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 (2)
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 (3)
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);
Common\General\ChartGraphics.cs (10)
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); 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( 4193 fillRect = new RectangleF( rect.X + borderWidth, rect.Y + borderWidth, rect.Width - borderWidth * 2, rect.Height - borderWidth * 2 ); 5575 return new RectangleF( left, top, right - left, bottom - top );
Common\General\ChartGraphics3D.cs (1)
2223 RectangleF position = new RectangleF(minX, minY, maxX - minX, maxY - minY);
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\Legend.cs (4)
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 (1)
1485 RectangleF exactTitleRect = 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);