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