66 references to AddPath
System.Web.DataVisualization (29)
Common\Annotation\CalloutAnnotation.cs (3)
1419
hotRegion.
AddPath
( path, false );
1578
hotRegion.
AddPath
( linePath, false );
1632
hotRegion.
AddPath
( linePath, false );
Common\Annotation\PolygonAnnotation.cs (1)
747
selectionPath.
AddPath
(pathAbs, false);
Common\ChartTypes\AreaChart.cs (3)
859
resultPath.
AddPath
(segmentResultPath, true);
1166
resultPath.
AddPath
(segmentPath, true);
1467
resultPath.
AddPath
(surfacePath, true);
Common\ChartTypes\FunnelChart.cs (1)
1104
segmentPath.
AddPath
(tmp, false);
Common\ChartTypes\KagiChart.cs (3)
946
resultPath.
AddPath
(resultPathLine[0], true);
948
resultPath.
AddPath
(resultPathLine[1], true);
950
resultPath.
AddPath
(resultPathLine[2], true);
Common\ChartTypes\LineChart.cs (2)
1959
resultPath.
AddPath
(segmentPath, true);
2382
resultPath.
AddPath
(segmentPath, true);
Common\ChartTypes\RadarChart.cs (1)
922
selectionPath.
AddPath
(linePath, false);
Common\ChartTypes\RangeChart.cs (6)
278
gradientPath.
AddPath
(areaPath, true);
280
gradientPath.
AddPath
(areaBottomPath, true);
1087
resultPath.
AddPath
(segmentPath, true);
1435
resultPath.
AddPath
(surfacePath, true);
1691
resultPath.
AddPath
(topLine, true);
1692
resultPath.
AddPath
(bottomLine, true);
Common\ChartTypes\StackedAreaChart.cs (2)
773
gradientPath.
AddPath
(areaPath, true);
775
gradientPath.
AddPath
(areaBottomPath, true);
Common\ChartTypes\StepLineChart.cs (1)
401
resultPath.
AddPath
(resultPathLine2, true);
Common\General\AxisScaleSegments.cs (3)
374
fillPath.
AddPath
(breakLinePathTop, true);
376
fillPath.
AddPath
(breakLinePathBottom, true);
408
shadowPath.
AddPath
(breakLinePathTop, false);
Common\General\ChartGraphics3D.cs (3)
1693
resultPath.
AddPath
(segmentResultPath, true);
2072
resultPath.
AddPath
(segmentPath, true);
4323
resultPath.
AddPath
(pathToDraw, true);
System.Windows.Forms.DataVisualization (29)
Common\Annotation\CalloutAnnotation.cs (3)
1419
hotRegion.
AddPath
( path, false );
1578
hotRegion.
AddPath
( linePath, false );
1632
hotRegion.
AddPath
( linePath, false );
Common\Annotation\PolygonAnnotation.cs (1)
747
selectionPath.
AddPath
(pathAbs, false);
Common\ChartTypes\AreaChart.cs (3)
859
resultPath.
AddPath
(segmentResultPath, true);
1166
resultPath.
AddPath
(segmentPath, true);
1467
resultPath.
AddPath
(surfacePath, true);
Common\ChartTypes\FunnelChart.cs (1)
1104
segmentPath.
AddPath
(tmp, false);
Common\ChartTypes\KagiChart.cs (3)
946
resultPath.
AddPath
(resultPathLine[0], true);
948
resultPath.
AddPath
(resultPathLine[1], true);
950
resultPath.
AddPath
(resultPathLine[2], true);
Common\ChartTypes\LineChart.cs (2)
1959
resultPath.
AddPath
(segmentPath, true);
2382
resultPath.
AddPath
(segmentPath, true);
Common\ChartTypes\RadarChart.cs (1)
922
selectionPath.
AddPath
(linePath, false);
Common\ChartTypes\RangeChart.cs (6)
278
gradientPath.
AddPath
(areaPath, true);
280
gradientPath.
AddPath
(areaBottomPath, true);
1087
resultPath.
AddPath
(segmentPath, true);
1435
resultPath.
AddPath
(surfacePath, true);
1691
resultPath.
AddPath
(topLine, true);
1692
resultPath.
AddPath
(bottomLine, true);
Common\ChartTypes\StackedAreaChart.cs (2)
773
gradientPath.
AddPath
(areaPath, true);
775
gradientPath.
AddPath
(areaBottomPath, true);
Common\ChartTypes\StepLineChart.cs (1)
401
resultPath.
AddPath
(resultPathLine2, true);
Common\General\AxisScaleSegments.cs (3)
374
fillPath.
AddPath
(breakLinePathTop, true);
376
fillPath.
AddPath
(breakLinePathBottom, true);
408
shadowPath.
AddPath
(breakLinePathTop, false);
Common\General\ChartGraphics3D.cs (3)
1693
resultPath.
AddPath
(segmentResultPath, true);
2072
resultPath.
AddPath
(segmentPath, true);
4323
resultPath.
AddPath
(pathToDraw, true);
System.Workflow.Activities (2)
Designers\StateMachineDesignerPaint.cs (2)
415
lineCapPath.
AddPath
(ActivityDesignerPaint.GetRoundedRectanglePath(new Rectangle(-capSize.Width / 2, -capSize.Height, capSize.Width, capSize.Height), arcRadius), true);
437
designerPath.
AddPath
(ActivityDesignerPaint.GetRoundedRectanglePath(bounds, arcDiameter), true);
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerHelpers.cs (4)
454
excludePath.
AddPath
(GetRoundedRectanglePath(shadowSourceRectangle, AmbientTheme.ArcDiameter), true);
475
shadowPath.
AddPath
(GetRoundedRectanglePath(shadowRectangle, AmbientTheme.ArcDiameter), true);
571
designerPath.
AddPath
(GetRoundedRectanglePath(bounds, AmbientTheme.ArcDiameter), true);
733
lineCapPath.
AddPath
(GetRoundedRectanglePath(new Rectangle(-capSize.Width / 2, -capSize.Height, capSize.Width, capSize.Height), arcRadius), true);
AuthoringOM\Design\DesignerWidgets.cs (2)
2679
stripPath.
AddPath
(ActivityDesignerPaint.GetRoundedRectanglePath(stripRectangle, 4), false);
2720
itemPath.
AddPath
(ActivityDesignerPaint.GetRoundedRectanglePath(itemRectangle, 4), true);