55 references to Inflate
System.Drawing (2)
commonui\System\Drawing\Advanced\RectangleF.cs (2)
371Inflate(size.Width, size.Height); 384r.Inflate(x, y);
System.Web.DataVisualization (26)
Common\Annotation\AnnotationBase.cs (1)
4100 rect.Inflate(0.00001f, 0.00001f);
Common\ChartTypes\FastLineChart.cs (1)
653pathBounds.Inflate(pen.Width, pen.Width);
Common\ChartTypes\FunnelChart.cs (4)
1563 labelBackPosition.Inflate(spacing.Width / 2f, spacing.Height / 8f); 1698 plotAreaPositionAbs.Inflate(-4f, -4f); 2072 rect.Inflate(1f, 1f); 2080 rect.Inflate(4f, 4f);
Common\ChartTypes\PieChart.cs (1)
3240 rectangle.Inflate( -rectangle.Width * (1 - doughnutRadius) / 2F, -rectangle.Height * (1 - doughnutRadius) / 2F);
Common\General\Axis.cs (4)
2161rect.Inflate(-rectInflate, -rectInflate); 2672rect.Inflate(2, size.Height); 2676rect.Inflate(size.Width, 2); 4966curLabelPosition.Inflate(0f, -curLabelPosition.Height * 0.15f);
Common\General\ChartGraphics.cs (6)
447 rectangle.Inflate(1f, 1f); 2969 gradientRect.Inflate(-shadowSize, -shadowSize); 2997 gradientRect.Inflate(-shadowSize, -shadowSize); 5140 gradientPath.Inflate(-shadowSize, -shadowSize); 5165 gradientPath.Inflate(1f, 1f); 5238 innerPosition.Inflate(- position.Width * doughnutRadius / 200f + shadowSize, -position.Height * doughnutRadius / 200f + shadowSize);
Common\General\ChartGraphics3D.cs (3)
3246 gradientRect.Inflate(-shadowSizeRel.Width, -shadowSizeRel.Height); 3302 gradientRect.Inflate(-shadowSizeRel.Width, -shadowSizeRel.Height); 3599rectLightCenter.Inflate(rectLightCenter.Width / 4f, rectLightCenter.Height / 4f);
Common\General\Selection.cs (6)
3089rect1.Inflate(2, size.Height); 3093rect1.Inflate(size.Width, 2); 3172rect.Inflate(4f, 4f); 3177rect.Inflate(relSize.Width, relSize.Height); 3344rect.Inflate(-5, -2); 3348rect.Inflate(-2, -5);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
202displayRect.Inflate(-(cellBorderWidth / 2.0f), -(cellBorderWidth) / 2.0f);
System.Windows.Forms.DataVisualization (26)
Common\Annotation\AnnotationBase.cs (1)
4100 rect.Inflate(0.00001f, 0.00001f);
Common\ChartTypes\FastLineChart.cs (1)
653pathBounds.Inflate(pen.Width, pen.Width);
Common\ChartTypes\FunnelChart.cs (4)
1563 labelBackPosition.Inflate(spacing.Width / 2f, spacing.Height / 8f); 1698 plotAreaPositionAbs.Inflate(-4f, -4f); 2072 rect.Inflate(1f, 1f); 2080 rect.Inflate(4f, 4f);
Common\ChartTypes\PieChart.cs (1)
3240 rectangle.Inflate( -rectangle.Width * (1 - doughnutRadius) / 2F, -rectangle.Height * (1 - doughnutRadius) / 2F);
Common\General\Axis.cs (4)
2161rect.Inflate(-rectInflate, -rectInflate); 2672rect.Inflate(2, size.Height); 2676rect.Inflate(size.Width, 2); 4966curLabelPosition.Inflate(0f, -curLabelPosition.Height * 0.15f);
Common\General\ChartGraphics.cs (6)
447 rectangle.Inflate(1f, 1f); 2969 gradientRect.Inflate(-shadowSize, -shadowSize); 2997 gradientRect.Inflate(-shadowSize, -shadowSize); 5140 gradientPath.Inflate(-shadowSize, -shadowSize); 5165 gradientPath.Inflate(1f, 1f); 5238 innerPosition.Inflate(- position.Width * doughnutRadius / 200f + shadowSize, -position.Height * doughnutRadius / 200f + shadowSize);
Common\General\ChartGraphics3D.cs (3)
3246 gradientRect.Inflate(-shadowSizeRel.Width, -shadowSizeRel.Height); 3302 gradientRect.Inflate(-shadowSizeRel.Width, -shadowSizeRel.Height); 3599rectLightCenter.Inflate(rectLightCenter.Width / 4f, rectLightCenter.Height / 4f);
Common\General\Selection.cs (6)
3089rect1.Inflate(2, size.Height); 3093rect1.Inflate(size.Width, 2); 3172rect.Inflate(4f, 4f); 3177rect.Inflate(relSize.Width, relSize.Height); 3344rect.Inflate(-5, -2); 3348rect.Inflate(-2, -5);