Class PathMarkupParser
Parses a path markup string.
public class PathMarkupParser : IDisposable
- Inheritance
-
PathMarkupParser
- Implements
- Inherited Members
Constructors
PathMarkupParser(IGeometryContext)
Initializes a new instance of the PathMarkupParser class.
public PathMarkupParser(IGeometryContext geometryContext)
Parameters
geometryContext
IGeometryContextThe geometry context.
Exceptions
- ArgumentNullException
geometryContext
Methods
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
Parse(string)
Parses the specified path data and writes the result to the geometryContext of this instance.
public void Parse(string pathData)
Parameters
pathData
stringThe path data.