В настоящее время , я беру векторные точки из файла SVG и рисую их вот так:
Код: Выделить всё
var svgDoc = SvgDocument.Open(@"C:\Users\Desktop\Style 4.svg");
PointF[] pointsVector = svgDoc.Path.PathPoints;
// Draw closed curve to screen.
e.Graphics.DrawClosedCurve(greenPen, pointsVector);
[img]https://i. sstatic.net/nRw8vvPN.png[/img]
Подробнее здесь: https://stackoverflow.com/questions/791 ... tom-vector
Мобильная версия