ClassPathGeometryParser
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:
cs-api-definition
public class PathGeometryParser
Inheritance: objectPathGeometryParser
Constructors
PathGeometryParser(string)
Initializes a new instance of the PathGeometryParser class.
Declaration
cs-api-definition
public PathGeometryParser(string abbreviatedGeometry)
Parameters
abbreviatedGeometry
The abbreviated(string) geometry.
Methods
Parse()
Parses the string data from the constructor.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
public PathGeometry Parse()
Returns
PathGeometry
Returns the new PathGeometry object.