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\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\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\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\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\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\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\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\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),