WPF/C#中画半圆/半圆
我需要在WPF中画一个半圆/半圆。知道该怎么做吗?感谢您的任何提示!
I need to draw a semicircle / half circle in WPF. Any idea how to do that? Thanks for any hint!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于原始链接已失效,因此我可以绘制弧线:
这会生成以下图像(为某些变量添加标记)
上面的 XAML 是 XAML 的修改版本在这里找到:
https://www. c-sharpcorner.com/UploadFile/mahesh/drawing-arc-using-arcsegment-in-xaml/
Since the original link is dead, here's how I was able to draw an arc:
That produces the following image (with added markings for some of the variables)
The XAML above is a modified version of the XAML found here:
https://www.c-sharpcorner.com/UploadFile/mahesh/drawing-arc-using-arcsegment-in-xaml/