6 references to GraphicsPath
System.Web.DataVisualization (3)
Common\Annotation\PolygonAnnotation.cs (3)
609
using (GraphicsPath pathAbs = new
GraphicsPath
(pathPoints, pathTypes))
945
_defaultGraphicsPath = new
GraphicsPath
(pathPoints, pathTypes);
1518
this._graphicsPath = new
GraphicsPath
(points, types);
System.Windows.Forms.DataVisualization (3)
Common\Annotation\PolygonAnnotation.cs (3)
609
using (GraphicsPath pathAbs = new
GraphicsPath
(pathPoints, pathTypes))
945
_defaultGraphicsPath = new
GraphicsPath
(pathPoints, pathTypes);
1518
this._graphicsPath = new
GraphicsPath
(points, types);