64 references to PathPoints
System.Drawing (8)
commonui\System\Drawing\Advanced\GraphicsPath.cs (8)
76/// and <see cref='System.Drawing.Drawing2D.GraphicsPath.PathPoints'/> arrays. 88/// specified <see cref='System.Drawing.Drawing2D.GraphicsPath.PathTypes'/> and <see cref='System.Drawing.Drawing2D.GraphicsPath.PathPoints'/> arrays and with the 129/// and <see cref='System.Drawing.Drawing2D.GraphicsPath.PathPoints'/> arrays. 141/// specified <see cref='System.Drawing.Drawing2D.GraphicsPath.PathTypes'/> and <see cref='System.Drawing.Drawing2D.GraphicsPath.PathPoints'/> arrays and with the 254/// Empties the <see cref='System.Drawing.Drawing2D.GraphicsPath.PathPoints'/> 342/// encapsulates both the <see cref='System.Drawing.Drawing2D.GraphicsPath.PathPoints'/> and <see cref='System.Drawing.Drawing2D.GraphicsPath.PathTypes'/> arrays of this <see cref='System.Drawing.Drawing2D.GraphicsPath'/>. 418/// Reverses the order of points in the <see cref='System.Drawing.Drawing2D.GraphicsPath.PathPoints'/> array of this <see cref='System.Drawing.Drawing2D.GraphicsPath'/>. 429/// Gets the last point in the <see cref='System.Drawing.Drawing2D.GraphicsPath.PathPoints'/> array of this <see cref='System.Drawing.Drawing2D.GraphicsPath'/>.
System.Web.DataVisualization (28)
Common\Annotation\CalloutAnnotation.cs (1)
850 PointF[] points = ellipsePath.PathPoints;
Common\Annotation\PolygonAnnotation.cs (3)
523PointF[] points = _graphicsPath.PathPoints; 601 PointF[] pathPoints = _graphicsPath.PathPoints; 888 PointF[] pathPoints = pathToMove.PathPoints;
Common\ChartTypes\AreaChart.cs (3)
512PointF[] areaPoints = mapAreaPath.PathPoints; 568PointF[] mapAreaPathPoints = mapAreaPath.PathPoints; 792 splinePoints = splineSurfacePath.PathPoints;
Common\ChartTypes\KagiChart.cs (1)
609PointF[] pathPoints = path.PathPoints;
Common\ChartTypes\LineChart.cs (1)
950PointF[] pathPoints = path.PathPoints;
Common\ChartTypes\PieChart.cs (1)
1852pointNew[i] = graph.GetRelativePoint(path.PathPoints[i]);
Common\ChartTypes\RangeChart.cs (4)
454PointF[] pointsReversed = pathReverse.PathPoints; 713 PointF[] pathPoints = mapAreaPath.PathPoints; 1760 graph.DrawLine(thickBorderPen, topLine.PathPoints[0], bottomLine.GetLastPoint()); 1765 graph.DrawLine(thickBorderPen, topLine.GetLastPoint(), bottomLine.PathPoints[0]);
Common\ChartTypes\StackedAreaChart.cs (2)
697PointF[] pathPoints = path.PathPoints; 742pointNew = graph.GetRelativePoint(linePath.PathPoints[i]);
Common\ChartTypes\StepLineChart.cs (2)
151 PointF[] pathPoints = path.PathPoints; 185 pathPoints = path.PathPoints;
Common\General\ChartGraphics3D.cs (5)
1107 pathPoints = path.PathPoints; 1110 for( int point = 0; point < path.PathPoints.Length - 1; point++ ) 1606 PointF[] splinePathPoints = splineSurfacePath.PathPoints; 4362 PointF[] ellipsePoints = ellipseFlattenPath.PathPoints; 4394 PointF[] oppositeEllipsePoints = oppositeEllipseFlattenPath.PathPoints;
Common\General\ImageMap.cs (2)
244 PointF[] pathPoints = path.PathPoints; 844 PointF[] pathPoints = path.PathPoints;
Common\General\Selection.cs (3)
2803PointF[] points = rgn.Path.PathPoints; 2849PointF[] points = rgn.Path.PathPoints; 3279return new ArrayList(path.PathPoints);
System.Windows.Forms.DataVisualization (28)
Common\Annotation\CalloutAnnotation.cs (1)
850 PointF[] points = ellipsePath.PathPoints;
Common\Annotation\PolygonAnnotation.cs (3)
523PointF[] points = _graphicsPath.PathPoints; 601 PointF[] pathPoints = _graphicsPath.PathPoints; 888 PointF[] pathPoints = pathToMove.PathPoints;
Common\ChartTypes\AreaChart.cs (3)
512PointF[] areaPoints = mapAreaPath.PathPoints; 568PointF[] mapAreaPathPoints = mapAreaPath.PathPoints; 792 splinePoints = splineSurfacePath.PathPoints;
Common\ChartTypes\KagiChart.cs (1)
609PointF[] pathPoints = path.PathPoints;
Common\ChartTypes\LineChart.cs (1)
950PointF[] pathPoints = path.PathPoints;
Common\ChartTypes\PieChart.cs (1)
1852pointNew[i] = graph.GetRelativePoint(path.PathPoints[i]);
Common\ChartTypes\RangeChart.cs (4)
454PointF[] pointsReversed = pathReverse.PathPoints; 713 PointF[] pathPoints = mapAreaPath.PathPoints; 1760 graph.DrawLine(thickBorderPen, topLine.PathPoints[0], bottomLine.GetLastPoint()); 1765 graph.DrawLine(thickBorderPen, topLine.GetLastPoint(), bottomLine.PathPoints[0]);
Common\ChartTypes\StackedAreaChart.cs (2)
697PointF[] pathPoints = path.PathPoints; 742pointNew = graph.GetRelativePoint(linePath.PathPoints[i]);
Common\ChartTypes\StepLineChart.cs (2)
151 PointF[] pathPoints = path.PathPoints; 185 pathPoints = path.PathPoints;
Common\General\ChartGraphics3D.cs (5)
1107 pathPoints = path.PathPoints; 1110 for( int point = 0; point < path.PathPoints.Length - 1; point++ ) 1606 PointF[] splinePathPoints = splineSurfacePath.PathPoints; 4362 PointF[] ellipsePoints = ellipseFlattenPath.PathPoints; 4394 PointF[] oppositeEllipsePoints = oppositeEllipseFlattenPath.PathPoints;
Common\General\ImageMap.cs (2)
244 PointF[] pathPoints = path.PathPoints; 844 PointF[] pathPoints = path.PathPoints;
Common\General\Selection.cs (3)
2803PointF[] points = rgn.Path.PathPoints; 2849PointF[] points = rgn.Path.PathPoints; 3279return new ArrayList(path.PathPoints);