I need to Draw (using System.Windows.Media.DrawingContext) a \"L\" in WPF. What is the optimal way to proceed?
System.Windows.Media.DrawingContext
L
Draw 2 lines? Draw a Pol
Pol
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.
Drawing
DrawingContext