Query about GraphicsPath.Flatten() method

  • Thread starter Thread starter farooq.omar
  • Start date Start date
F

farooq.omar

Is there a way to specify to Flatten() method as to how many points it
should return. example I just want the Flatten() method to give back
100 points (basicallt gp.PointCount==100).
Thanks
 
I imagine that the number of points that are returned is going to be
equal to the number of points that already exist in the path. I can't see
how points would be added or removed when calling Flatten. So if your path
is made up of one hundred points, it will still have one hundred points
after Flatten is called.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top