- Building a CAD program in WPF:
I want to build a CAD program that will have 10000 LINE objects at a time. I\'m using L
LINE
L
Instead of using Line objects, you could draw your lines by Path objects. Here is an answer https://stackoverflow.com/a/15323221/1305119