Avoiding elliptical arcs in polygon lines.

D

DC Kelley

I am implementing a VBA solution where the user needs to edit the end points
of a polygon consisting of a few line segments. None of these line segment
should ever be curved (i.e just LineTo segments, never any EllipticalArcTo
segments). Is these any programmatic way to prevent the user from creating
a curve as they edit the lines? What I want to limit all these lines to
being simple straight segments.

Regards, DC Kelley
 

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

Top