GraphicsPath points and comparing
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, 1. whats the fastest/easiest way to get all points that a graphics path would render when drawing with a 1px Pen? 2. Is there some way how to compare two graphics paths? thank you
zilo
1. Take a look at GraphicsPath.PathData.Points. I don't think it will give you every point that will be drawn. 2. Could compare the PathData.Points.
- S 50 cups of coffee and you know it's on!