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.
我正在寻找一个绘图库或代码示例来绘制沿着可能弯曲的路径重复的图像或矢量形状。
我找到了一个可可库,这是我正在寻找的http://apptree.net/drawkitmain.htm但对于 .NET。
我会使用可缩放矢量图形(SVG)。这是处理矢量图像的理想选择。你可能想看看 SvgNet。
或者以 WPF 的形式使用本机 .Net。使用 DrawingBrush,您可以在您设计的任何矢量路径上投射您喜欢的任何内容。