Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PathMarkupParser"/> class.
 /// </summary>
 /// <param name="context">The context for the geometry.</param>
 public PathMarkupParser(StreamGeometryContext context)
 {
     _context = context;
 }