WPF Path Markup Syntax

You may have seen in my previous post a series of coordinates with a combination of letters to form one really long string in the PathGeometry.  This string is actually a syntax that evaluates to various Segment objects (ArcSegment, LineSegment, etc).  This is called path markup language, or has also been called path mini language.

So what do M, C, Z, etc. mean in the markup language?  You can find a guide to these options here:  http://msdn.microsoft.com/en-us/library/ms752293.aspx

Comments

No Comments