C# 2D Drawing custom style of lines and curves

307 Views Asked by At

I build an application which part is also drawing into video frames. For this I am using Graphics library from System.Drawing. Drawing is working fine and is already implemented. But I also need to be able to draw straight lines with for example this kind of curvy pattern:

Picture for better understanding.

Could somebody help me how this could be achievable?

0

There are 0 best solutions below