2 instantiations of WindowsPen
System.Windows.Forms (2)
misc\GDI\WindowsPen.cs (2)
141
new
WindowsPen
(this.dc, this.style, this.width, (WindowsBrush) this.wndBrush.Clone()) :
142
new
WindowsPen
(this.dc, this.style, this.width, this.color);
7 references to WindowsPen
System.Windows.Forms (7)
misc\GDI\WindowsGraphics2.cs (7)
76
public void DrawPie(
WindowsPen
pen, Rectangle bounds, float startAngle, float sweepAngle)
102
private void DrawEllipse(
WindowsPen
pen, WindowsBrush brush,
125
public void DrawAndFillEllipse(
WindowsPen
pen, WindowsBrush brush, Rectangle bounds)
578
public void DrawRectangle(
WindowsPen
pen, Rectangle rect)
584
public void DrawRectangle(
WindowsPen
pen, int x, int y, int width, int height)
650
public void DrawLine(
WindowsPen
pen, Point p1, Point p2)
656
public void DrawLine(
WindowsPen
pen, int x1, int y1, int x2, int y2)