3 references to DrawLine
System.Drawing (1)
commonui\System\Drawing\Graphics.cs (1)
1166DrawLine(pen, pt1.X, pt1.Y, pt2.X, pt2.Y);
System.Web.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
103 _graphics.DrawLine( pen, x1, y1, x2, y2 );
System.Windows.Forms.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
103 _graphics.DrawLine( pen, x1, y1, x2, y2 );