Class PathGeometryParser
Represents a utility that creates new path geometry from a given string.
Inheritance
System.Object
PathGeometryParser
Namespace: Telerik.Windows.Controls.Common
Assembly: Telerik.Windows.Controls.dll
Syntax
public class PathGeometryParser : Object
Constructors
PathGeometryParser(String)
Initializes a new instance of the Path
Declaration
public PathGeometryParser(string abbreviatedGeometry)
Parameters
System. The abbreviated(string) geometry. |
Methods
Parse()
Parses the string data from the constructor.
Declaration
public PathGeometry Parse()
Returns
System. Returns the new PathGeometry object. |