Thanks for the reply. I'll think about that. I wouldn't think that making a tapered line is that difficult, but I haven't been able to figure it out. It looks to me like there are two identical lines drawn next to each other from the same starting point, but the angle of them is offset a little to give the tapered effect. I've tried doing that using DrawLine , and it looks pretty close, but then I wanted to add the lines to a path. So, I just used the path MoveTo/LineTo methods to do that, and then rendered the path, but the result looks nothing like when using DrawLine. So, I'm stuck trying to figure out how to do this. I might have to do something like adding overlapping circles to the path following the random line that increase in size from beginning to end. I don't know yet. My "river" doesn't have to look exactly the same as the picture, as long as it looks good, but I'd like to get as close as I can.
Anyway, thanks again for the reply! Appreciated.