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.
プログラムでWPFに矢印を描く必要があります。CapWindows フォームには矢印を描画するためのプリミティブがあり、 を に設定したことを覚えていますPen。
Cap
Pen
mMyPen.CustomEndCap = new AdjustableArrowCap(arrowSize, arrowSize, true);
WPFで可能ですか?
以前、Charles Petzold の ArrowLine について使用したことがあります。
http://www.charlespetzold.com/blog/2007/04/191200.html