如何创建填充箭头 CustomLineCap?
MSDN 文档有几个空心箭头示例,但没有实心箭头的示例。
我只想创建一个比默认 LineCapArrowAnchor 更大的箭头。 我尝试了几件事但无法让它发挥作用。 应该很简单吧?
The MSDN documentation has several open arrow examples but no examples for filled arrows.
I just want to create a bigger arrow than the default LineCapArrowAnchor. I tried several things and can't get it to work. It should be simple, right?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了。 看起来有一个从 CustomLineCap 派生的 AdjustableArrowCap 类,它正是我想要的。
Found it. Looks like there's an AdjustableArrowCap class that derives from CustomLineCap and does just what I wanted.