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 PathGeometryParser class.
Declaration
public PathGeometryParser(string abbreviatedGeometry)
Parameters
System.String
abbreviatedGeometry
The abbreviated(string) geometry. |
Methods
Parse()
Parses the string data from the constructor.
Declaration
public PathGeometry Parse()
Returns
System.Windows.Media.PathGeometry
Returns the new PathGeometry object. |