Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 CanvasPathBuilder 用线条、弧线和贝塞尔曲线构建 Win2D CanvasGeometry。我需要能够只为其中一些绘制笔画,其他需要参与后续段的放置但不被绘制。在 Win2D 中有没有办法做到这一点?
我最终只构建了多个图形,因为对于每个段我都有终点,所以如果有一个不需要笔画的段,我可以开始一个新的图形。似乎工作正常。