Draw a “L” using the DrawingContext

前端 未结 1 1527
挽巷
挽巷 2021-01-28 00:37

I need to Draw (using System.Windows.Media.DrawingContext) a \"L\" in WPF. What is the optimal way to proceed?

Draw 2 lines? Draw a Pol

1条回答
  •  清酒与你
    2021-01-28 00:59

    If your question is about adding as few as possible Drawing objects to your DrawingContext, you might populate a StreamGeometry and draw it by DrawGeometry.

    0 讨论(0)
提交回复
热议问题