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.
目前,我可以Shape通过Canvas
Shape
Canvas
canvas.Children.Add(line); canvas.Children.Add(polyLine); //...
但是,我们如何在其上绘制具有各种字体大小、字体类型……的文本呢?
添加TextBlock到画布的孩子。
TextBlock
在此示例中,它们不是在画布上绘图,而是检测指针移动,而不是在画布上添加线条形状。所以我认为你不能直接在画布上画画。还有一篇关于绘图上下文的帖子,所以你可能想看看它。