문제

Is there any way to re-use Path data created in the mini-language for use with the WPF Path element in ASP.NET? Or is the Path mini-language exclusive to WPF?

I have a Win8 app that has a number of path geometry strings in the format "M10,110 L30,90 M50,110 L30,90", etc. I would really like to re-use these in a new ASP.NET website.

도움이 되었습니까?

해결책

As I understand it, this is the SVG path syntax. e.g. https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths

다른 팁

I dont think there is an easy way to reuse 'WPF' path in ASP.NET. What exactly are you trying to do? Perhaps, reuse the shape image would be the best way to go.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top