Building a CAD program in WPF

前端 未结 2 1790
甜味超标
甜味超标 2021-01-18 09:29

- 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

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-18 10:01

    Instead of using Line objects, you could draw your lines by Path objects. Here is an answer https://stackoverflow.com/a/15323221/1305119

提交回复
热议问题