0

Considering current code that takes a single center point.

     using (DrawingContext drawingContext = this.RenderOpen())
                {
drawingContext.DrawEllipse(highlightBrush, _isSelected ? SelectedPen : DeselectedPen, originPoint, radius, radius);
                }

enter image description here

Is there a way to draw the shown image possibly with DrawGeometry?

User5505
  • 31
  • 3

0 Answers0