I don't do a lot of graphics work and I'm not sure what you want to do with it but...
I would consider using a generic collection of GraphicPath rather than trying to put them all in on GraphicPath. It seems that changing the brush on each entity would be easier with List<GraphicPath>. I don't see how you would get the coordinates for each entity in a complex collection of points in GraphicPath.
What you don't know can hurt you!
|