30 references to Round
System.Web.DataVisualization (14)
Common\General\AxisScaleSegments.cs (1)
707 breakPosition = Rectangle.Round(graph.GetAbsoluteRectangle(breakPosition));
Common\General\ChartGraphics.cs (5)
1812common.HotRegionsList.AddHotRegion(Rectangle.Round(absPosition), label, ChartElementType.AxisLabels, false, true); 2331Rectangle.Round(imageRect), 2417 Rectangle absPositionRounded = Rectangle.Round(absPosition); 2556 Rectangle absPositionRounded = Rectangle.Round(absPosition); 5150 path.AddPie(Rectangle.Round(gradientPath), startAngle, sweepAngle);
Common\General\Legend.cs (7)
442 Rectangle legendPosition = Rectangle.Round(chartGraph.GetAbsoluteRectangle(legendPositionRel)); 2386 chartGraph.GetRelativeRectangle(Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF()))), 2492 Rectangle separatorRect = Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF())); 4039 Rectangle legendPosition = Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF())); 4233 chartGraph.GetRelativeRectangle(Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF()))), 4271 Rectangle legendPosition = Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF())); 4347 chartGraph.GetRelativeRectangle(Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF()))),
Common\General\Selection.cs (1)
2535path.AddRectangle(Rectangle.Round(rect));
System.Windows.Forms (1)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1189finalrect = CalcTextRenderBounds(System.Drawing.Rectangle.Round(finalrect) /*textRect*/, this.ClientRectWithPadding /*clientRect*/, RtlTranslateContent(this.TextAlign));
System.Windows.Forms.DataVisualization (15)
Common\General\AxisScaleSegments.cs (1)
707 breakPosition = Rectangle.Round(graph.GetAbsoluteRectangle(breakPosition));
Common\General\ChartGraphics.cs (5)
1812common.HotRegionsList.AddHotRegion(Rectangle.Round(absPosition), label, ChartElementType.AxisLabels, false, true); 2331Rectangle.Round(imageRect), 2417 Rectangle absPositionRounded = Rectangle.Round(absPosition); 2556 Rectangle absPositionRounded = Rectangle.Round(absPosition); 5150 path.AddPie(Rectangle.Round(gradientPath), startAngle, sweepAngle);
Common\General\Legend.cs (7)
442 Rectangle legendPosition = Rectangle.Round(chartGraph.GetAbsoluteRectangle(legendPositionRel)); 2386 chartGraph.GetRelativeRectangle(Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF()))), 2492 Rectangle separatorRect = Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF())); 4039 Rectangle legendPosition = Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF())); 4233 chartGraph.GetRelativeRectangle(Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF()))), 4271 Rectangle legendPosition = Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF())); 4347 chartGraph.GetRelativeRectangle(Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF()))),
Common\General\Selection.cs (1)
2535path.AddRectangle(Rectangle.Round(rect));
WinForm\Utilities\AccessibleObject.cs (1)
312Rectangle rect = Rectangle.Round(bounds);