System.Windows.Forms.ThemeWin32Classic.TrackBarTickPainter.Paint C# (CSharp) Method

Paint() public method

public Paint ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
return void
			public void Paint (float x1, float y1, float x2, float y2)
			{
				g.DrawLine (pen, x1, y1, x2, y2);
			}
		}
ThemeWin32Classic.TrackBarTickPainter